Skip to content

Commit

Permalink
agent: Install musl-gcc as it is not included by default on ubuntu-la… (
Browse files Browse the repository at this point in the history
#2132)

…test.
  • Loading branch information
coeuvre authored Dec 2, 2024
1 parent dc1fc9a commit 81735bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/presubmit-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
target: x86_64-pc-windows-msvc

steps:
- name: Install deps (linux)
if: matrix.build == 'linux'
run: sudo apt-get install -y musl-tools

- name: Checkout repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 81735bd

Please sign in to comment.