File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 5353
5454 - name : Test EQL for Postgres ${{ matrix.postgres-version }}
5555 run : |
56+ echo '###################################'
57+ echo '# toolchains'
58+ echo '###################################'
59+ echo
60+ rustup toolchain list
61+
62+ echo '###################################'
63+ echo '# targets'
64+ echo '###################################'
65+ echo
66+ rustup target list --installed
67+
68+ echo '###################################'
69+ echo '# toolchains'
70+ echo '###################################'
71+ echo
72+ rustup component list --installed
73+
74+ # rustup component add --toolchain 1.91.0-x86_64-unknown-linux-gnu rustfmt
5675 mise run --output prefix test --postgres ${POSTGRES_VERSION}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ echo ""
2121
2222# Build first
2323echo " Building EQL..."
24- mise run build --force
24+ mise run --output prefix build --force
2525
2626# Run lints on sqlx tests
2727echo " "
You can’t perform that action at this time.
0 commit comments