Skip to content

Commit 008ffef

Browse files
add ubuntu preparation step
1 parent 0cf345f commit 008ffef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/libc-overlay-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141

4242
- name: Run sccache-cache
4343
uses: mozilla-actions/[email protected]
44+
45+
- name: Prepare dependencies (Ubuntu)
46+
if: matrix.os == 'ubuntu-latest'
47+
run: |
48+
sudo apt-get update
49+
sudo apt-get install -y cmake ninja-build libmpfr-dev libgmp-dev libmpc-dev
4450
4551
- name: Set reusable strings
4652
id: strings

0 commit comments

Comments
 (0)