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 a13d216 commit 010b93fCopy full SHA for 010b93f
.github/workflows/ci-message-buffer.yml
@@ -34,8 +34,6 @@ jobs:
34
run: |
35
sudo apt-get install g++-12
36
echo "CXX=/usr/bin/g++-12" >> "${GITHUB_ENV}"
37
- echo "HOST_CXX=/usr/bin/g++-12" >> "${GITHUB_ENV}"
38
- echo "CXX_x86_64-unknown-linux-gnu=/usr/bin/g++-12" >> "${GITHUB_ENV}"
39
- uses: actions/setup-node@v4
40
with:
41
node-version-file: "package.json"
@@ -63,5 +61,5 @@ jobs:
63
61
run: cargo fmt --all -- --check
64
62
if: success() || failure()
65
- name: Cargo clippy
66
- run: cargo clippy --all-targets -- --deny warnings
+ run: CXX=/usr/bin/g++-12 cargo clippy --all-targets -- --deny warnings
67
0 commit comments