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 1077808 commit a13d216Copy full SHA for a13d216
.github/workflows/ci-message-buffer.yml
@@ -34,6 +34,8 @@ 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"
0 commit comments