mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Test against gcc-12
This commit is contained in:
parent
4724b25f53
commit
56e5bab174
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
|
@ -127,7 +127,7 @@ jobs:
|
|||
- name: Install GCC-12
|
||||
if: ${{ matrix.os == 'ubuntu-22.04' }}
|
||||
run: |
|
||||
if ! command -v <the_command> &> /dev/null
|
||||
if ! command -v gcc-12 &> /dev/null
|
||||
then
|
||||
git clone --branch releases/gcc-12 https://gcc.gnu.org/git/gcc.git gcc-source
|
||||
./gcc-source/contrib/download_prerequisites
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue