Skip to content

Commit a713e06

Browse files
committed
Re-add redox comment
1 parent 3eaa342 commit a713e06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,14 @@ jobs:
240240
ndk-version: r27
241241
add-to-path: true
242242

243+
# - name: Prepare repository for redox compilation
244+
# run: bash scripts/redox/uncomment-cargo.sh
245+
# - name: Check compilation for Redox
246+
# uses: coolreader18/redoxer-action@v1
247+
# with:
248+
# command: check
249+
# args: --ignore-rust-version
250+
243251
- name: Check compilation
244252
run: |
245253
for target in ${{ join(matrix.targets, ' ') }}

0 commit comments

Comments
 (0)