Skip to content

Commit

Permalink
Refactor build workflow to include sudo for apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
ternakkode committed Sep 29, 2024
1 parent 5f74e91 commit f8fc63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
node-version: '20'
registry-url: https://npm.pkg.github.com/
- name: Install Utilities
run: apt-get install jq moreutils
run: sudo apt-get install jq moreutils
- name: Setup WASM Config
run: jq '.wasm_url = "${{vars.CLOUDFRONT_CDN_DOMAIN}}/${{ github.sha }}"' config.json | sponge config.json
- name: Install Dependencies
Expand Down

0 comments on commit f8fc63e

Please sign in to comment.