Skip to content

Commit

Permalink
Fix workflow definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mczachurski committed Feb 16, 2024
1 parent 18c5dcc commit 5190e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master
- uses: YOCKOW/Action-setup-swift@master
with:
swift-version: '5.3'
swift-version: '5.8'
- name: Install SQLite libs
run: sudo apt-get install libsqlite3-dev
- name: Build
Expand Down

0 comments on commit 5190e1c

Please sign in to comment.