Skip to content

Commit

Permalink
use clang linker
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 25, 2024
1 parent 9cc428f commit e455943
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 @@ -25,6 +25,7 @@ jobs:
CC: ${{ github.workspace }}/zigshim/cc
CXX: ${{ github.workspace }}/zigshim/cxx
AR: ${{ github.workspace }}/zigshim/ar
LD: lld
ZIG_TARGET: ${{ matrix.target }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
- name: Install Ubuntu dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential pkg-config cmake ninja-build curl autoconf automake libtool
sudo apt-get install build-essential pkg-config cmake ninja-build curl autoconf automake libtool lld
# Chrome version dependencies
sudo apt-get install golang-go
# Needed to compile 'minicurl'
Expand Down

0 comments on commit e455943

Please sign in to comment.