Skip to content

Commit

Permalink
.github: Attempt 5
Browse files Browse the repository at this point in the history
Signed-off-by: Casper Andersson <[email protected]>
  • Loading branch information
cappe987 committed Dec 30, 2024
1 parent 0d0de5c commit 304a400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Test
run: |
cd build
make pipeline_test
# Use sudo and a specific pipeline_test command since in
# Ubuntu 24.04 you can't run `unshare` when unprivilegied.
sudo make pipeline_test
build-aarch64:
name: Build aarch64
runs-on: ubuntu-latest
Expand Down

0 comments on commit 304a400

Please sign in to comment.