Skip to content

Commit 5edd975

Browse files
authored
Changing the way we're using nodejs in the github action.
1 parent 76cfd15 commit 5edd975

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linux-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
export GTEST_OUTPUT=xml:${TEST_RESULTS}/
5050
mkdir -p $TEST_RESULTS
5151
xvfb-run catchsegv ./pcsx-redux-tests
52+
- name: Install node
53+
uses: actions/setup-node@v4
54+
with:
55+
node-version: 'latest'
5256
- name: Deploy
5357
if: github.event_name == 'push'
5458
env:
@@ -57,7 +61,6 @@ jobs:
5761
run: |
5862
git config --global --add safe.directory /__w/pcsx-redux/pcsx-redux
5963
export BUILD=`git rev-parse HEAD | cut -c 1-8`
60-
. /usr/local/nvm/nvm.sh
6164
npx @appdistrib/cli -p pcsx-redux -o linux-x64 -m AppDir/usr/share/pcsx-redux/resources/version.json upload *.AppImage
6265
zip PCSX-Redux-$BUILD-linux-x86_64.zip *.AppImage
6366
appcenter distribute release -b $BUILD -f PCSX-Redux-$BUILD-linux-x86_64.zip -g public -a grumpycoders/pcsx-redux-linux64 --disable-telemetry

0 commit comments

Comments
 (0)