Adding explicit installation of libpcre3

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

Wyświetl plik

@ -19,6 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install PCRE3
run: |
apt -y update && apt install -y libpcre3
- name: Set up Nim
run: |
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh