Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Feb 2, 2024
1 parent 59ae42a commit 645f430
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
fetch-depth: 0
- name: Get swift version
run: swift --version
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.8"
- name: Get swift version
run: swift --version
- name: Build
run: swift build -v
# - name: Run tests
Expand Down

0 comments on commit 645f430

Please sign in to comment.