Skip to content

Commit

Permalink
Fix CI install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyonics committed Sep 18, 2024
1 parent 2b832a8 commit cc432d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
image: ${{ matrix.image }}
steps:
- name: Install libssl-dev
run: apt-get install -y openssl libssl-dev
run: sudo apt-get update && apt-get install -y libssl-dev
- uses: actions/checkout@v4
- name: Build
run: swift build -c release -Xswiftc -strict-concurrency=complete
Expand Down

0 comments on commit cc432d6

Please sign in to comment.