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 44a5f2c commit 9794c7eCopy full SHA for 9794c7e
.github/workflows/test-eql.yml
@@ -54,6 +54,9 @@ jobs:
54
55
- name: Test EQL for Postgres ${{ matrix.postgres-version }}
56
run: |
57
+ export active_rust_toolchain=$(rustup show active-toolchain | cut -d' ' -f1)
58
+ rustup component add --toolchain ${active_rust_toolchain} rustfmt clippy
59
+
60
echo '###################################'
61
echo '# mise rust'
62
0 commit comments