Skip to content

Commit

Permalink
try fix test action
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Oct 10, 2024
1 parent 971eb4b commit c4c2481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
nim-version: ${{ matrix.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
# - run: sudo apt-get -y install libsass-dev
- run: 'apt-get install -y libpcre3-dev'
- run: 'sudo apt-get install -y libpcre3-dev'
- run: "npm install cmake-js -g"
- run: "choosenim show path -y"
- run: nimble install -Y
Expand Down

0 comments on commit c4c2481

Please sign in to comment.