Pin CI to specific Arturo nightly (#179)
Some checks failed
Configlet / configlet (push) Has been cancelled
Test / ci (push) Has been cancelled
Tools / sync-labels (push) Has been cancelled

* Pin CI to same nightly as test runner
This commit is contained in:
András B Nagy
2025-10-29 20:52:41 -07:00
committed by GitHub
parent 1735fc16cd
commit dbfe69ed8c

View File

@@ -18,12 +18,15 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install libgtk-3-dev libwebkit2gtk-4.1-dev libmpfr-dev sudo apt-get install libmpfr6 libwebkit2gtk-4.1-0 libpcre3
- name: Install Arturo - name: Install Arturo
uses: arturo-lang/arturo-action@main run: |
with: curl -L -o arturo.zip https://github.com/arturo-lang/nightly/releases/download/2025-10-14/arturo-nightly.2025-10-13-amd64-linux-full.zip
token: ${{ github.token }} sudo unzip arturo.zip -d /usr/local/bin/
rm arturo.zip
sudo chmod +x /usr/local/bin/arturo
sudo ldconfig
- name: Install Unitt testing framework - name: Install Unitt testing framework
run: arturo -p install unitt 3.0.0 run: arturo -p install unitt 3.0.0