mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +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
|
||||
|
||||
steps:
|
||||
- name: Print IS_WINDOWS_CONFIG
|
||||
run: echo "${{ fromJSON(matrix.config.container) }}"
|
||||
|
||||
- name: Checkout
|
||||
if: fromJSON(matrix.config.container) == null
|
||||
uses: actions/checkout@v4
|
||||
@ -312,11 +309,6 @@ jobs:
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
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
|
||||
if: fromJSON(matrix.config.container) == null && env.IS_WINDOWS_CONFIG == false
|
||||
|
Loading…
x
Reference in New Issue
Block a user