Skip to content

Commit ffbdaa0

Browse files
committed
install packages before running checkout
1 parent 5a10e9b commit ffbdaa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
container: swift:6.0
2929
steps:
30-
- name: Checkout
31-
uses: actions/checkout@v4
3230
- name: Packages
3331
run: |
3432
apt-get update
3533
apt-get install -y liburing-dev libavahi-compat-libdnssd-dev libavahi-client-dev
34+
- name: Checkout
35+
uses: actions/checkout@v4
3636
- name: Version
3737
run: swift --version
3838
- name: Build

0 commit comments

Comments
 (0)