Update ci.yml

This commit is contained in:
Christian Treffs 2020-08-12 21:42:27 +02:00 committed by GitHub
parent afdfebce55
commit c6ba65b6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -44,10 +44,11 @@ jobs:
container:
image: swift:${{ matrix.swift }}
steps:
- name: Install curl
uses: wei/curl@v1.1.1
- name: Checkout
uses: actions/checkout@master
- name: "Install curl"
shell: bash
run: "apt-get install -y curl"
- name: Swift version
run: swift --version
- name: Test