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:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Nix Shell
|
||||
- uses: cachix/install-nix-action@v18
|
||||
- name: Setup Nix
|
||||
uses: cachix/install-nix-action@v18
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Run CI
|
||||
|
|
Loading…
Reference in New Issue