Skip to content

Commit 010b93f

Browse files
committed
ci5
1 parent a13d216 commit 010b93f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-message-buffer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
run: |
3535
sudo apt-get install g++-12
3636
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}"
3937
- uses: actions/setup-node@v4
4038
with:
4139
node-version-file: "package.json"
@@ -63,5 +61,5 @@ jobs:
6361
run: cargo fmt --all -- --check
6462
if: success() || failure()
6563
- name: Cargo clippy
66-
run: cargo clippy --all-targets -- --deny warnings
64+
run: CXX=/usr/bin/g++-12 cargo clippy --all-targets -- --deny warnings
6765
if: success() || failure()

0 commit comments

Comments
 (0)