mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-23 04:34:58 -04:00
Saturn: Update the yaul image version
This commit is contained in:
parent
19f625947b
commit
d606a2c7d3
6
.github/workflows/build_saturn.yml
vendored
6
.github/workflows/build_saturn.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user