Skip to content

Commit 209dce9

Browse files
authored
Cross compile everything on the CI (#3570)
1 parent 54bd214 commit 209dce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
path: artifacts/
3838
if-no-files-found: error
3939
retention-days: 2
40-
- name: Compile everything
41-
run: ./mill -i __.compile
40+
- name: Cross compile everything
41+
run: ./mill -i '__[_].compile'
4242
- name: Unit tests
4343
run: ./mill -i unitTests
4444
- name: Convert Mill test reports to JUnit XML format

0 commit comments

Comments
 (0)