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 f6c29d8 commit 8cd2a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
file: 'cdt_.*amd64.deb'

- name: Install CDT
run: apt-get install -y ./cdt*.deb
run: sudo apt-get install -y ./cdt*.deb

- name: Download leap builddir
id: download-leap-build
Expand All @@ -185,7 +185,7 @@ jobs:
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/
npm install -g solc
sudo npm install -g solc
- name: Build EVM Bridge Contracts
run: |
Expand Down

0 comments on commit 8cd2a4d

Please sign in to comment.