mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-07 06:14:52 -04:00
Swapped rule order on ci action (#134)
This commit is contained in:
@@ -23,12 +23,12 @@ jobs:
|
||||
- name: Install Python dependencies
|
||||
run: python3 -m pip install -r ./tools/requirements-python.txt
|
||||
|
||||
- name: build toolchain
|
||||
run: make -s -C tools
|
||||
|
||||
- name: Update submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: build toolchain
|
||||
run: make -s -C tools
|
||||
|
||||
- name: Get extra dependencies
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user