We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41239ca + ec001a0 commit 143036aCopy full SHA for 143036a
.github/workflows/ci.yaml
@@ -230,12 +230,12 @@ jobs:
230
- name: Check compilation for freeBSD
231
run: cargo check --target x86_64-unknown-freebsd
232
233
- - name: Prepare repository for redox compilation
234
- run: bash scripts/redox/uncomment-cargo.sh
235
- - name: Check compilation for Redox
236
- uses: coolreader18/redoxer-action@v1
237
- with:
238
- command: check
+ # - name: Prepare repository for redox compilation
+ # run: bash scripts/redox/uncomment-cargo.sh
+ # - name: Check compilation for Redox
+ # uses: coolreader18/redoxer-action@v1
+ # with:
+ # command: check
239
240
snippets_cpython:
241
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}
0 commit comments