Skip to content

Commit 26450ef

Browse files
authored
Update linux.yml
1 parent 9441ae4 commit 26450ef

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,12 @@ jobs:
2828
# Install dependencies
2929
- name: Update apt repositories
3030
run: sudo apt-get update
31-
32-
- name: Install GCC12
33-
shell: bash
34-
run: |
35-
sudo apt update
36-
sudo apt install gcc-12 g++-12
37-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 110 --slave /usr/bin/g++ g++ /usr/bin/g++-12 --slave /usr/bin/gcov gcov /usr/bin/gcov-12
3831

3932
# Install xmake
4033
- name: Setup xmake
4134
uses: xmake-io/github-action-setup-xmake@v1
4235
with:
43-
xmake-version: '2.9.3'
36+
xmake-version: '2.9.5'
4437

4538
# Update xmake repository (in order to have the file that will be cached)
4639
- name: Update xmake repository

0 commit comments

Comments
 (0)