Replace docker CI image
Some checks failed
/ Build Nix targets (push) Failing after 13s

This commit is contained in:
Théo Barnouin 2024-10-24 11:16:55 +02:00
parent 0b134d3676
commit 650e788657

View file

@ -3,7 +3,9 @@ on: push
jobs: jobs:
nix_build: nix_build:
name: Build Nix targets name: Build Nix targets
runs-on: ubuntu:22.04 runs-on: docker
container:
image: ubuntu:22.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Check Nix flake inputs - name: Check Nix flake inputs