Skip to content

Commit a13d216

Browse files
committed
ci4
1 parent 1077808 commit a13d216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ 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}"
3739
- uses: actions/setup-node@v4
3840
with:
3941
node-version-file: "package.json"

0 commit comments

Comments
 (0)