Skip to content

Commit

Permalink
Check matrix.os
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Nov 29, 2024
1 parent 51be9ec commit f43f10f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,9 @@ jobs:
curl -sS https://bootstrap.pypa.io/pip/3.6/get-pip.py | python
curl -sS https://nodejs.org/dist/v12.16.2/node-v12.16.2-linux-x64.tar.xz | tar -xJ
echo "`pwd`/node-v12.16.2-linux-x64/bin" >> $GITHUB_PATH
echo "{{ matrix.os }}"
if [[ "{{ matrix.os }}" == "ubuntu-14.04" ]]; then
echo "Rename node20"
cd $RUNNER_HOME/actions-runner/externals
mv node20 node20.bak
ln -s node16 node20
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/src/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ jobs:
curl -sS https://bootstrap.pypa.io/pip/3.6/get-pip.py | python
curl -sS https://nodejs.org/dist/v12.16.2/node-v12.16.2-linux-x64.tar.xz | tar -xJ
echo "`pwd`/node-v12.16.2-linux-x64/bin" >> $GITHUB_PATH
echo "{{ matrix.os }}"
if [[ "{{ matrix.os }}" == "ubuntu-14.04" ]]; then
echo "Rename node20"
cd $RUNNER_HOME/actions-runner/externals
mv node20 node20.bak
ln -s node16 node20
Expand Down

0 comments on commit f43f10f

Please sign in to comment.