Skip to content

Commit ee5c323

Browse files
authored
Update release.yml
1 parent c5a29df commit ee5c323

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
with:
8282
ref: ${{ inputs.release_ref }}
8383

84+
- name: Enable longpaths
85+
run: git config --system core.longpaths true
86+
8487
- name: Install Rust
8588
uses: actions-rs/toolchain@v1
8689
with:
@@ -99,6 +102,7 @@ jobs:
99102
echo "[target.aarch64-unknown-linux-gnu]" > .cargo/config.toml
100103
echo 'linker = "aarch64-linux-gnu-gcc"' >> .cargo/config.toml
101104
fi
105+
sudo apt install libssl-dev # Needed
102106
103107
- name: Generate Cargo.lock if needed
104108
shell: bash

0 commit comments

Comments
 (0)