Skip to content

Commit 143036a

Browse files
authored
Merge pull request #4851 from youknowone/redox-build
disable redox build
2 parents 41239ca + ec001a0 commit 143036a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,12 @@ jobs:
230230
- name: Check compilation for freeBSD
231231
run: cargo check --target x86_64-unknown-freebsd
232232

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
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
239239

240240
snippets_cpython:
241241
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}

0 commit comments

Comments
 (0)