Skip to content

Commit

Permalink
Syntax error?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Nov 29, 2024
1 parent c8e14f0 commit 51be9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ 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
if [[ "{{ matrix.os }}" == "ubuntu-14.04"]]; then
if [[ "{{ matrix.os }}" == "ubuntu-14.04" ]]; then
cd $RUNNER_HOME/actions-runner/externals
mv node20 node20.bak
ln -s node16 node20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/src/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ 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
if [[ "{{ matrix.os }}" == "ubuntu-14.04"]]; then
if [[ "{{ matrix.os }}" == "ubuntu-14.04" ]]; then
cd $RUNNER_HOME/actions-runner/externals
mv node20 node20.bak
ln -s node16 node20
Expand Down

0 comments on commit 51be9ec

Please sign in to comment.