Skip to content

Commit

Permalink
Install openssl in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyonics committed Sep 18, 2024
1 parent 5793e82 commit e7a6c55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
container:
image: ${{ matrix.image }}
steps:
- 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 e7a6c55

Please sign in to comment.