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.
1 parent 1bd9a41 commit 06ae559Copy full SHA for 06ae559
.github/workflows/prql-java-test.yaml
@@ -15,10 +15,10 @@ jobs:
15
toolchain: stable
16
override: true
17
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
+# - name: Add targets
+# run: |
+# rustup target add x86_64-unknown-linux-gnu
+# rustup target add aarch64-unknown-linux-gnu
22
- name: Setup Docker
23
uses: docker-practice/actions-setup-docker@v1
24
- name: Setup cross
0 commit comments