CI test: try to make checkout action working
Some checks failed
/ Build Nix targets (push) Failing after 9s

This commit is contained in:
Théo Barnouin 2024-10-24 11:35:22 +02:00
parent c683ecfeea
commit 6c5e3edfa1

View file

@ -5,7 +5,7 @@ jobs:
name: Build Nix targets name: Build Nix targets
runs-on: docker runs-on: docker
container: container:
image: ubuntu:22.04 image: ubuntu:24.04
options: --user root options: --user root
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4