Skip to content

Commit

Permalink
DEBUG: check if nix llvm header exists
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Sylvester Bauer <[email protected]>
  • Loading branch information
sylv-io committed Oct 16, 2024
1 parent 843746c commit 0bd1ac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
path: |
llvm-project/compiler-rt
- uses: cachix/install-nix-action@v22
- name: Debug print
run: |
nix develop --ignore-environment --keep HOME --command bash -c "echo $CGO_CPPFLAGS; ls $CGO_CPPFLAGS"
- name: Test
run: |
nix develop --ignore-environment --keep HOME --command bash -c "go install -v -x -a && ~/go/bin/tinygo version && ~/go/bin/tinygo build -o test ./testdata/cgo"

0 comments on commit 0bd1ac9

Please sign in to comment.