Skip to content

Commit

Permalink
Test workflow GLIBC
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Dec 9, 2024
1 parent 9ca89d1 commit 78d330d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
runs-on: ubuntu-latest
needs: ['build']
steps:
- name: Install GLIBC
run: |
sudo apt-get update
sudo apt-get install -y libc6
- uses: geode-sdk/build-geode-mod/combine@main
id: build

Expand Down

0 comments on commit 78d330d

Please sign in to comment.