We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a29df commit ee5c323Copy full SHA for ee5c323
1 file changed
.github/workflows/release.yml
@@ -81,6 +81,9 @@ jobs:
81
with:
82
ref: ${{ inputs.release_ref }}
83
84
+ - name: Enable longpaths
85
+ run: git config --system core.longpaths true
86
+
87
- name: Install Rust
88
uses: actions-rs/toolchain@v1
89
@@ -99,6 +102,7 @@ jobs:
99
102
echo "[target.aarch64-unknown-linux-gnu]" > .cargo/config.toml
100
103
echo 'linker = "aarch64-linux-gnu-gcc"' >> .cargo/config.toml
101
104
fi
105
+ sudo apt install libssl-dev # Needed
106
107
- name: Generate Cargo.lock if needed
108
shell: bash
0 commit comments