Skip to content

Commit 9794c7e

Browse files
committed
ci: manually install toolchain components as a workaround
1 parent 44a5f2c commit 9794c7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-eql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
5555
- name: Test EQL for Postgres ${{ matrix.postgres-version }}
5656
run: |
57+
export active_rust_toolchain=$(rustup show active-toolchain | cut -d' ' -f1)
58+
rustup component add --toolchain ${active_rust_toolchain} rustfmt clippy
59+
5760
echo '###################################'
5861
echo '# mise rust'
5962
echo '###################################'

0 commit comments

Comments
 (0)