Skip to content

Commit b3e2455

Browse files
committed
Update build_and_test.yml
1 parent 09be1fc commit b3e2455

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build_and_test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
uses: actions/checkout@v4
5757

5858
# 2. Setup C++ environment (Linux/macOS)
59-
# - name: Setup GCC/Clang (Linux)
60-
# if: matrix.os == 'ubuntu-latest'
61-
# run: |
62-
# sudo apt-get update
63-
# if [ "${{ matrix.compiler }}" = "gcc" ]; then
64-
# sudo apt-get install -y gcc-11 g++-11
65-
# else
66-
# sudo apt-get install -y clang-14 clang++-14
67-
# fi
59+
- name: Setup GCC/Clang (Linux)
60+
if: matrix.os == 'ubuntu-latest'
61+
run: |
62+
sudo apt-get update
63+
if [ "${{ matrix.compiler }}" = "gcc" ]; then
64+
sudo apt-get install -y gcc-11 g++-11
65+
else
66+
sudo apt-get install -y clang-14 clang++-14
67+
fi
6868
6969
# 3. Setup C++ environment (macOS)
7070
- name: Setup Clang (macOS)

0 commit comments

Comments
 (0)