Skip to content

Commit

Permalink
Also install liblzma-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ranok authored Oct 7, 2024
1 parent 032b0cd commit f439ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nimtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install PCRE3
- name: Install deps
run: |
sudo apt-get install -y libpcre3
sudo apt-get install -y libpcre3 liblzma-dev
- name: Set up Nim
run: |
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
Expand Down

0 comments on commit f439ebb

Please sign in to comment.