We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7dcbb commit cf715cdCopy full SHA for cf715cd
.github/workflows/swift-test.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/checkout@v4
39
- name: Setup
40
run: |
41
- yum -y update && yum -y install make zip
+ export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y make curl wget
42
- name: Test
43
44
cd $GITHUB_WORKSPACE/src
0 commit comments