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 9441ae4 commit 26450efCopy full SHA for 26450ef
.github/workflows/linux.yml
@@ -28,19 +28,12 @@ jobs:
28
# Install dependencies
29
- name: Update apt repositories
30
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
38
39
# Install xmake
40
- name: Setup xmake
41
uses: xmake-io/github-action-setup-xmake@v1
42
with:
43
- xmake-version: '2.9.3'
+ xmake-version: '2.9.5'
44
45
# Update xmake repository (in order to have the file that will be cached)
46
- name: Update xmake repository
0 commit comments