Skip to content

Commit

Permalink
Permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Aug 29, 2023
1 parent 646ad39 commit 4911b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
run: |
wget https://nodejs.org/dist/v18.17.0/node-v18.17.0-linux-x64.tar.xz
tar xvfJ node-v18.17.0-linux-x64.tar.xz
cp -r node-v18.17.0-linux-x64/{bin,include,lib,share} /usr/
sudo cp -r node-v18.17.0-linux-x64/{bin,include,lib,share} /usr/
sudo npm install -g solc
- name: Build EVM Bridge Contracts
Expand Down

0 comments on commit 4911b80

Please sign in to comment.