Skip to content

Commit cf715cd

Browse files
author
Andrea Scuderi
committed
Fix setup
1 parent 7a7dcbb commit cf715cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939
- name: Setup
4040
run: |
41-
yum -y update && yum -y install make zip
41+
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y make curl wget
4242
- name: Test
4343
run: |
4444
cd $GITHUB_WORKSPACE/src

0 commit comments

Comments
 (0)