Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 9, 2024
1 parent 6fe89e3 commit 5b09be7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
CXX: ${{ github.workspace }}/zigshim/cxx
AR: ${{ github.workspace }}/zigshim/ar
ZIG_FLAGS: ${{ matrix.zigflags }}
LD: ${{ github.workspace }}/zigshim/ld
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -143,7 +144,7 @@ jobs:
- name: Build the Chrome version of curl-impersonate
run: |
export LDFLAGS=-fuse-ld=lld
export LDFLAGS=-fuse-ld=${LD}
make chrome-build
make chrome-checkbuild
make chrome-install
Expand Down

0 comments on commit 5b09be7

Please sign in to comment.