Skip to content

Commit

Permalink
Speculative CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0k-z committed Dec 13, 2023
1 parent 8ed2505 commit 19e585b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Fetch tags
run: git fetch --prune --unshallow --tags

- name: Update submodules
run: git submodule update --recursive

- name: Make build directory
run: mkdir ./build

Expand Down Expand Up @@ -48,6 +51,9 @@ jobs:
- name: Fetch tags
run: git fetch --prune --unshallow --tags

- name: Update submodules
run: git submodule update --recursive

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 19e585b

Please sign in to comment.