Saturn: Update the yaul image version

This commit is contained in:
Echo J 2025-09-16 07:18:30 +03:00
parent 19f625947b
commit d606a2c7d3

View File

@ -16,13 +16,13 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: ijacquez/yaul:1.0.10
image: ijacquez/yaul:latest
steps:
- uses: actions/checkout@v4
- name: Install prerequisites
run: |
apt-get --allow-unauthenticated update
apt-get --allow-unauthenticated -y install curl
apt-get update
apt-get -y install curl
- name: Compile Saturn build
id: compile