Skip to content

Commit d2b651e

Browse files
committed
debugging CI build
1 parent 009cb55 commit d2b651e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: DeterminateSystems/nix-installer-action@main
2020
- run: nix profile install nixpkgs#cachix
21-
- run: echo "GIT_COMMIT=$GITHUB_SHA" >> $GITHUB_ENV
22-
- run: nix build --impure --accept-flake-config .
21+
- run: echo "GITHUB_SHA is $GITHUB_SHA"
22+
- run: echo "GIT_COMMIT=build-$GITHUB_SHA" >> $GITHUB_ENV
23+
- run: nix build --impure --option substituters "" --accept-flake-config .
2324
- run: cd dist && ./build.sh
2425
- name: Upload static files as artifact
2526
id: deployment

0 commit comments

Comments
 (0)