File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -223,13 +223,13 @@ jobs:
223
223
- name : Check compilation for freeBSD
224
224
run : cargo check --target x86_64-unknown-freebsd
225
225
226
- - name : Prepare repository for redox compilation
227
- run : bash scripts/redox/uncomment-cargo.sh
228
- - name : Check compilation for Redox
229
- uses : coolreader18/redoxer-action@v1
230
- with :
231
- command : check
232
- args : --ignore-rust-version
226
+ # - name: Prepare repository for redox compilation
227
+ # run: bash scripts/redox/uncomment-cargo.sh
228
+ # - name: Check compilation for Redox
229
+ # uses: coolreader18/redoxer-action@v1
230
+ # with:
231
+ # command: check
232
+ # args: --ignore-rust-version
233
233
234
234
snippets_cpython :
235
235
if : ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}
You can’t perform that action at this time.
0 commit comments