Skip to content

Commit

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

0 comments on commit 2b832a8

Please sign in to comment.