Skip to content

Commit

Permalink
Fix apt install in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
slaclau committed Oct 19, 2023
1 parent e37bada commit 4f666ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: zip
run: |
apt install make
sudo apt-get install make
make zip
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4f666ca

Please sign in to comment.