changed: ci action syntax
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 10s Details

This commit is contained in:
Sven Vogel 2024-07-08 22:58:13 +02:00
parent 4a1fcd0a35
commit 9ba1fea4d7
1 changed files with 2 additions and 2 deletions

View File

@ -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