mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-14 06:46:36 +00:00
remove steps
This commit is contained in:
parent
3a3e8c907a
commit
1121f22416
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -287,9 +287,6 @@ jobs:
|
|||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Print IS_WINDOWS_CONFIG
|
|
||||||
run: echo "${{ fromJSON(matrix.config.container) }}"
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
if: fromJSON(matrix.config.container) == null
|
if: fromJSON(matrix.config.container) == null
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -312,11 +309,6 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11.x'
|
python-version: '3.11.x'
|
||||||
|
|
||||||
- name: Ensure distutils is available
|
|
||||||
if: env.IS_MACOS_CONFIG == true
|
|
||||||
run: |
|
|
||||||
python -m pip install setuptools
|
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
if: fromJSON(matrix.config.container) == null && env.IS_WINDOWS_CONFIG == false
|
if: fromJSON(matrix.config.container) == null && env.IS_WINDOWS_CONFIG == false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user