mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
build(deps): bump egor-tensin/setup-gcc from 1 to 2 (#2654)
This commit is contained in:
6
.github/workflows/insider-linux.yml
vendored
6
.github/workflows/insider-linux.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
|||||||
run: ./get_pr.sh
|
run: ./get_pr.sh
|
||||||
|
|
||||||
- name: Setup GCC
|
- name: Setup GCC
|
||||||
uses: egor-tensin/setup-gcc@v1
|
uses: egor-tensin/setup-gcc@v2
|
||||||
with:
|
with:
|
||||||
version: 10
|
version: 10
|
||||||
platform: x64
|
platform: x64
|
||||||
@@ -321,7 +321,7 @@ jobs:
|
|||||||
if: env.DISABLED != 'yes'
|
if: env.DISABLED != 'yes'
|
||||||
|
|
||||||
- name: Setup GCC
|
- name: Setup GCC
|
||||||
uses: egor-tensin/setup-gcc@v1
|
uses: egor-tensin/setup-gcc@v2
|
||||||
with:
|
with:
|
||||||
version: 10
|
version: 10
|
||||||
platform: x64
|
platform: x64
|
||||||
@@ -420,7 +420,7 @@ jobs:
|
|||||||
run: ./get_pr.sh
|
run: ./get_pr.sh
|
||||||
|
|
||||||
- name: Setup GCC
|
- name: Setup GCC
|
||||||
uses: egor-tensin/setup-gcc@v1
|
uses: egor-tensin/setup-gcc@v2
|
||||||
with:
|
with:
|
||||||
version: 10
|
version: 10
|
||||||
platform: x64
|
platform: x64
|
||||||
|
|||||||
6
.github/workflows/stable-linux.yml
vendored
6
.github/workflows/stable-linux.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
|||||||
if: env.SHOULD_BUILD == 'yes'
|
if: env.SHOULD_BUILD == 'yes'
|
||||||
|
|
||||||
- name: Setup GCC
|
- name: Setup GCC
|
||||||
uses: egor-tensin/setup-gcc@v1
|
uses: egor-tensin/setup-gcc@v2
|
||||||
with:
|
with:
|
||||||
version: 10
|
version: 10
|
||||||
platform: x64
|
platform: x64
|
||||||
@@ -322,7 +322,7 @@ jobs:
|
|||||||
if: env.DISABLED != 'yes'
|
if: env.DISABLED != 'yes'
|
||||||
|
|
||||||
- name: Setup GCC
|
- name: Setup GCC
|
||||||
uses: egor-tensin/setup-gcc@v1
|
uses: egor-tensin/setup-gcc@v2
|
||||||
with:
|
with:
|
||||||
version: 10
|
version: 10
|
||||||
platform: x64
|
platform: x64
|
||||||
@@ -421,7 +421,7 @@ jobs:
|
|||||||
run: ./get_pr.sh
|
run: ./get_pr.sh
|
||||||
|
|
||||||
- name: Setup GCC
|
- name: Setup GCC
|
||||||
uses: egor-tensin/setup-gcc@v1
|
uses: egor-tensin/setup-gcc@v2
|
||||||
with:
|
with:
|
||||||
version: 10
|
version: 10
|
||||||
platform: x64
|
platform: x64
|
||||||
|
|||||||
Reference in New Issue
Block a user