mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:39:03 +08:00
Test against gcc-12
This commit is contained in:
parent
4724b25f53
commit
56e5bab174
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
@ -127,7 +127,7 @@ jobs:
|
|||||||
- name: Install GCC-12
|
- name: Install GCC-12
|
||||||
if: ${{ matrix.os == 'ubuntu-22.04' }}
|
if: ${{ matrix.os == 'ubuntu-22.04' }}
|
||||||
run: |
|
run: |
|
||||||
if ! command -v <the_command> &> /dev/null
|
if ! command -v gcc-12 &> /dev/null
|
||||||
then
|
then
|
||||||
git clone --branch releases/gcc-12 https://gcc.gnu.org/git/gcc.git gcc-source
|
git clone --branch releases/gcc-12 https://gcc.gnu.org/git/gcc.git gcc-source
|
||||||
./gcc-source/contrib/download_prerequisites
|
./gcc-source/contrib/download_prerequisites
|
||||||
|
Loading…
x
Reference in New Issue
Block a user