Skip to content

Commit

Permalink
update gh workflows
Browse files Browse the repository at this point in the history
because microsoft disabled some commands used in older nix-action and
broke the builds
  • Loading branch information
SomeoneSerge committed Sep 7, 2021
1 parent 5b71a32 commit 71b20a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/latexmk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ jobs:
latexmk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
- uses: cachix/install-nix-action@v11
- uses: cachix/install-nix-action@v13
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-3.0pre20201007_5257a25/install
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix build
Expand Down

0 comments on commit 71b20a7

Please sign in to comment.