Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilsen84 committed Jun 6, 2022
1 parent ca519d3 commit 3b83564
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Fetch Tags
run: git fetch --prune --tags -f

- name: Install Qt & MinGW
uses: jurplel/[email protected]
Expand Down Expand Up @@ -74,8 +75,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Fetch Tags
run: git fetch --prune --tags -f

- name: Install Qt
uses: jurplel/[email protected]
Expand Down Expand Up @@ -118,12 +120,13 @@ jobs:
pacman -Syu --noconfirm --needed qt5-base qt5-svg cmake base-devel git jq
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Mark Repository as Safe
run: git config --global safe.directory "$GITHUB_WORKSPACE"

- name: Fetch Tags
run: git fetch --prune --tags -f

- name: Configure CMake
run: cmake . -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

Expand Down

0 comments on commit 3b83564

Please sign in to comment.