changed: ci action syntax
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 10s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 10s
Details
This commit is contained in:
parent
4a1fcd0a35
commit
9ba1fea4d7
|
@ -8,8 +8,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup Nix Shell
|
- name: Setup Nix
|
||||||
- uses: cachix/install-nix-action@v18
|
uses: cachix/install-nix-action@v18
|
||||||
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