Skip to content

Commit 42adc89

Browse files
authored
Merge pull request #85 from cooklang/add-libssl-dev-linux
ci: add libssl-dev to fix linux build
2 parents 02abf6f + c04b3f5 commit 42adc89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ jobs:
126126
if: matrix.os == 'ubuntu-latest'
127127
uses: taiki-e/install-action@cross
128128

129+
- name: Setup | Install packages [Linux]
130+
if: matrix.os == 'ubuntu-latest'
131+
run: |
132+
sudo apt-get install --yes libssl-dev
133+
129134
- name: Build | Build [Cargo]
130135
if: matrix.os != 'ubuntu-latest'
131136
run: cargo build --release --locked --target ${{ matrix.target }}

0 commit comments

Comments
 (0)