Skip to content

Commit 06ae559

Browse files
committed
update
1 parent 1bd9a41 commit 06ae559

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/prql-java-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
toolchain: stable
1616
override: true
1717
default: true
18-
- name: Add targets
19-
run: |
20-
rustup target add x86_64-unknown-linux-gnu
21-
rustup target add aarch64-unknown-linux-gnu
18+
# - name: Add targets
19+
# run: |
20+
# rustup target add x86_64-unknown-linux-gnu
21+
# rustup target add aarch64-unknown-linux-gnu
2222
- name: Setup Docker
2323
uses: docker-practice/actions-setup-docker@v1
2424
- name: Setup cross

0 commit comments

Comments
 (0)