mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
Swapped rule order on ci action (#134)
This commit is contained in:
parent
9346a22c63
commit
423be52768
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user