Skip to content

Commit

Permalink
[test] Fix GitHub Actions setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Oct 5, 2024
1 parent fcb7eab commit b06b1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
c-cl-error:
runs-on: ubuntu-24.04
steps:
- run: sudo apt install glib2.0-dev
- uses: actions/checkout@main
- run: make -j4 test-c test-cl test-error
cpp-java:
Expand Down Expand Up @@ -39,7 +40,6 @@ jobs:
py-swift:
runs-on: ubuntu-24.04
steps:
- run: pip install mypy
- uses: pfusik/setup-swift@gpg-www
- uses: actions/checkout@main
- run: make -j4 test-py test-swift
Expand Down

0 comments on commit b06b1a9

Please sign in to comment.