Update nimtest.yml to use sudo for pcre3 install

main
Jacob Torrey 2024-10-07 14:16:48 -06:00 zatwierdzone przez GitHub
rodzic 258d312ec0
commit 032b0cd24e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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