Skip to content

Commit 3285754

Browse files
author
Andrea Scuderi
committed
update GHA
1 parent 1ac5349 commit 3285754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
image:
21-
- swift:5.7.3-amazonlinux2
21+
- swift:5.10.1
2222
container:
2323
image: ${{ matrix.image }}
2424
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest
@@ -29,10 +29,10 @@ jobs:
2929
steps:
3030
# Checkout the repository to the GitHub Actions runner
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
- name: Setup
3434
run: |
35-
yum -y update && yum -y install git make curl
35+
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y make curl wget
3636
- name: Test
3737
run: |
3838
make test

0 commit comments

Comments
 (0)