Skip to content

Commit

Permalink
ci: try to fix (#35)
Browse files Browse the repository at this point in the history
* ci: try to fix

* update cachix action

* chore: update flake.lock
  • Loading branch information
anmonteiro authored Mar 1, 2024
1 parent f70d979 commit 731aef4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v25

- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v14
with:
name: stridtech
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

- name: "Run nix flake check"
run: nix flake check
Expand All @@ -43,4 +43,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
CLEAN: true
FOLDER: _build/default/_doc/_html
FOLDER: _build/default/_doc/_html
30 changes: 24 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 731aef4

Please sign in to comment.