Skip to content

Commit

Permalink
Update .github/workflows/continuous-integration.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Yuriy Taraday <yuriy.taraday@tweag.io>
  • Loading branch information
yannham and YorikSar authored Sep 12, 2024
1 parent 8b55bbb commit 3deaa20
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,17 @@ jobs:
with:
fetch-depth: 0

- name: Setup Cachix
- name: Install cachix
id: install_cachix
run: |
set -euo pipefail
cachix_path="$(nix build --print-out-paths --inputs-from . nixpkgs#cachix.out)"
echo "cachixBin=${cachix_path}/bin/cachix" >> "$GITHUB_OUTPUT"
- name: Setup Cachix
uses: cachix/cachix-action@v15
with:
cachixBin: ${{ steps.install_cachix.outputs.cachixBin }}
name: tweag-nickel
authToken: '${{ secrets.CACHIX_TWEAG_NICKEL_AUTH_TOKEN }}'

Expand Down

0 comments on commit 3deaa20

Please sign in to comment.