mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
This reverts commit 5592322465.
This commit is contained in:
parent
6e315799f5
commit
31fadf42eb
4 changed files with 4 additions and 4 deletions
2
.github/workflows/macOS.yml
vendored
2
.github/workflows/macOS.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
run: git submodule update --init
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install cmake
|
||||
|
|
|
|||
2
.github/workflows/multi-gcc.yml
vendored
2
.github/workflows/multi-gcc.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
run: git submodule update --init
|
||||
|
||||
- name: Host Release
|
||||
run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TESTS_ENABLED=1 -DCMAKE_BUILD_TYPE=Release -DPICO_NO_PICOTOOL=1 -DPICO_PLATFORM=host; make --output-sync=target --no-builtin-rules --no-builtin-variables -j$(nproc)
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
run: git submodule update --init
|
||||
|
||||
- name: Host Release
|
||||
run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TESTS_ENABLED=1 -DCMAKE_BUILD_TYPE=Release -DPICO_NO_PICOTOOL=1 -DPICO_PLATFORM=host; make --output-sync=target --no-builtin-rules --no-builtin-variables -j$(nproc)
|
||||
|
|
|
|||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
run: git submodule update --init
|
||||
- name: Install dependencies
|
||||
run: choco install .github/workflows/choco_packages.config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue