Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Onatsu <[email protected]>
  • Loading branch information
JoonasOnatsu committed Nov 21, 2024
1 parent b8c7254 commit b8944e7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ jobs:
echo "Show nixpkgs version"
nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Setup Cachix
uses: cachix/cachix-action@v15
with:
name: fmo-os
authToken: "${{ secrets.CACHIX_TOKEN }}"
installCommand: nix-env -iA cachix -f https://cachix.org/api/v1/install
run: |
nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix authtoken ${{ secrets.CACHIX_TOKEN }}
cachix use fmo-os
- name: Build
run: |
SSH_DIR=$HOME/.ssh
Expand Down

0 comments on commit b8944e7

Please sign in to comment.