Skip to content

Commit 13880f6

Browse files
committed
tmp: search for liburing-dev in runner
1 parent 3ab9922 commit 13880f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4
32+
- name: Package Search
33+
run: apt-cache search liburing-dev
3234
- name: Packages
3335
run: apt-get install liburing-dev libavahi-compat-libdnssd-dev libavahi-client-dev
3436
- name: Version

0 commit comments

Comments
 (0)