mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 23:31:44 +00:00
ci: update nix docker version
This commit is contained in:
parent
04ab7e92ac
commit
a97417fecc
@ -81,7 +81,7 @@ jobs:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- script: |
|
||||
docker run -i --name nix -v`pwd`:/src nixos/nix:2.3.12 <<EOF
|
||||
docker run -i --name nix -v`pwd`:/src nixos/nix:2.18.1 <<EOF
|
||||
nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||
cachix use autc04
|
||||
nix-build src -A ${TARGET}.retro68.samples
|
||||
|
Loading…
Reference in New Issue
Block a user