Skip to content

Commit

Permalink
accept flake config
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvapiav committed Mar 15, 2024
1 parent 2d1ad4a commit 12533c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-n-upload-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "pwd=$GITHUB_WORKSPACE" >> $GITHUB_OUTPUT
cd $GITHUB_WORKSPACE

nix flake show
nix build .#$BUILD_TARGET
nix build --accept-flake-config .#$BUILD_TARGET

# echo "ls=$(ls)" >> $GITHUB_OUTPUT
# echo "status=$(git log)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 12533c2

Please sign in to comment.