Skip to content

Commit 9998aee

Browse files
committed
update
1 parent 6e2db0d commit 9998aee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +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
1822
- name: Setup Docker
1923
uses: docker-practice/actions-setup-docker@v1
2024
- name: Setup cross

0 commit comments

Comments
 (0)