Skip to content

Commit

Permalink
fix: build apt?
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmx committed Mar 3, 2025
1 parent e59b2a8 commit 0ed27f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
before: ""
- runner: ubuntu-22.04
target: x86
before: "yum install -y libatomic.i686"
before: "apt-get update && apt-get install -y libatomic libatomic.i686"
- runner: ubuntu-22.04
target: aarch64
before: ""
Expand Down

0 comments on commit 0ed27f4

Please sign in to comment.