Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/c-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Update apt
run: sudo apt update
- name: Install musl-gcc
run: sudo apt install musl musl-tools qemu-system libxml2 libelf-dev bc libssl-dev
- name: Test code formatting
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Update apt
run: sudo apt update
- name: Install musl-gcc
run: sudo apt install musl musl-tools qemu-system libxml2 libelf-dev bc libssl-dev
- name: Test code formatting
Expand Down
Loading