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 10b0d67 commit 3d9f836Copy full SHA for 3d9f836
1 file changed
.github/workflows/release_linux.yml
@@ -68,7 +68,7 @@ jobs:
68
echo "Using Apt to install dependencies"
69
sudo apt-get update
70
sudo apt-get install -y texlive texlive-xetex texlive-science libxkbcommon-x11-0 xorg-dev libgl1-mesa-dev patchelf
71
- if [[ "${{ matrix.os }}" == "ubuntu-22.04" || "${{ matrix.os }}" == "ubuntu-24.04-arm" ]]; then
+ if [[ "${{ matrix.os }}" == "ubuntu-22.04" || "${{ matrix.os }}" == "ubuntu-22.04-arm" ]]; then
72
# GCC emits a -Wpsabi diagnostic from the bundled btwxt header and our build treats warnings as errors.
73
# Restrict this to the failing jobs for now until the third-party header is updated.
74
echo "CXXFLAGS=-Wno-psabi" >> $GITHUB_ENV
0 commit comments