Fix Swift PR Checks on nightly-latest CLI (#1696)

This commit is contained in:
Angela P Wen 2023-05-24 09:59:40 -07:00 committed by GitHub
parent 1245696032
commit 8c923c00a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 55 additions and 72 deletions

View file

@ -49,11 +49,16 @@ jobs:
with:
go-version: ^1.13.1
- uses: ./../action/init
id: init
with:
tools: ${{ steps.prepare-test.outputs.tools-url }}
debug: true
debug-artifact-name: my-debug-artifacts
debug-database-name: my-db
- uses: ./../action/.github/actions/setup-swift
if: matrix.version == 'nightly-latest'
with:
codeql-path: ${{ steps.init.outputs.codeql-path }}
- name: Build code
shell: bash
run: ./build.sh