Skip to content

Commit

Permalink
Update nimtest.yml to use sudo for pcre3 install
Browse files Browse the repository at this point in the history
  • Loading branch information
ranok authored Oct 7, 2024
1 parent 258d312 commit 032b0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nimtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install PCRE3
run: |
apt -y update && apt install -y libpcre3
sudo apt-get install -y libpcre3
- name: Set up Nim
run: |
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
Expand Down

0 comments on commit 032b0cd

Please sign in to comment.