Skip to content

Commit

Permalink
ci: Add binutils to Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 22, 2024
1 parent 1782c88 commit 12621c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,11 @@ jobs:
- name: Install Nextest
uses: taiki-e/install-action@nextest

- name: Install `ninja`, clang` and `mold` on Ubuntu
- name: Install `ninja`, clang`, `binutils` and `mold` on Ubuntu
if: startsWith(matrix.metadata.build, 'linux-')
shell: bash
run: |
sudo apt-get update -y && sudo apt-get install ninja-build clang mold -y
sudo apt-get update -y && sudo apt-get install ninja-build clang mold binutils -y
- name: Install `ninja` and (brew's) `llvm` on macOS
if: startsWith(matrix.metadata.build, 'macos-')
Expand Down

0 comments on commit 12621c3

Please sign in to comment.