We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783c050 commit ab25fa0Copy full SHA for ab25fa0
.github/workflows/build.yaml
@@ -133,14 +133,14 @@ jobs:
133
cargo +nightly zigbuild --release --target "${{ matrix.target }}.${{ matrix.glibc-version }}"
134
- name: Build (freebsd x86_64)
135
if: ${{ contains(fromJSON('["x86_64"]'), matrix.arch) && matrix.os == 'freebsd' }}
136
- uses: cross-platform-actions/action@v0.29.0
+ uses: cross-platform-actions/action@v0.30.0
137
with:
138
operating_system: freebsd
139
architecture: ${{ matrix.arch }}
140
version: '13.2'
141
shell: bash
142
run: |
143
- sudo pkg install -y llvm-devel curl
+ sudo pkg install -y llvm-devel curl ca_root_nss
144
curl --proto 'https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
145
export CC=clang
146
export CXX=clang++
0 commit comments