Skip to content

Commit

Permalink
Setup dependencies first
Browse files Browse the repository at this point in the history
  • Loading branch information
can-lehmann committed Jun 24, 2024
1 parent 6386729 commit e36845d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
- 'stable'
steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim }}
- run: nimble install -Y
- name: Setup dependencies
run: |
sudo apt update -y
sudo apt install -y libgtk-4-dev libadwaita-1-dev
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim }}
- run: nimble install -Y
- name: Setup config.nims
run: |
# For referencing latest source code
Expand Down

0 comments on commit e36845d

Please sign in to comment.