Swapped rule order on ci action (#134)

This commit is contained in:
Lywx
2024-02-17 07:44:12 -06:00
committed by GitHub
parent 9346a22c63
commit 423be52768
+3 -3
View File
@@ -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: