Skip to content

Commit

Permalink
Force enable Nix for dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
my-name-is-lad committed Jul 25, 2024
1 parent 1dbdb2f commit 6dc3ead
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/github-actions-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ jobs:
with:
submodules: recursive

- name: Common setup
uses: ./.github/actions/common_setup
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

- name: Cache
uses: actions/cache@v1
with:
Expand All @@ -184,7 +189,7 @@ jobs:

- name: Build dist
run: |
stack sdist --pvp-bounds both --test-tarball
stack --nix sdist --pvp-bounds both --test-tarball
echo "distPath=$(stack path | awk -F ": " '/dist-dir/ {print $2}')" >> $GITHUB_ENV
- name: Upload compaREST sources artifact
Expand Down

0 comments on commit 6dc3ead

Please sign in to comment.