updated nix action to v27
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 11s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 11s
Details
This commit is contained in:
parent
9ba1fea4d7
commit
2daf7bb6c9
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup Nix
|
- name: Setup Nix
|
||||||
uses: cachix/install-nix-action@v18
|
uses: cachix/install-nix-action@v27
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- name: Run CI
|
- name: Run CI
|
||||||
|
|
Loading…
Reference in New Issue