Skip to content

Commit

Permalink
updated dependencies for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Apr 6, 2021
1 parent 94f004b commit 191df25
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- ubuntu-latest
- macos-latest
version:
- mini
- full
steps:
- name: "Cancel similar actions in progress"
uses: styfle/cancel-workflow-action@0.6.0
Expand All @@ -36,6 +36,12 @@ jobs:
run: |
wget -qO - https://nim-lang.org/choosenim/init.sh | bash -s -- -y
echo "$HOME/.nimble/bin" >> $GITHUB_PATH
- name: Install dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install libwebkit2gtk-4.0-dev
- name: Verify dependecies
run: |
Expand Down

0 comments on commit 191df25

Please sign in to comment.