Skip to content

Commit

Permalink
Another attempt to fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk committed Dec 4, 2023
1 parent c394144 commit 847c9b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ jobs:

steps:
- uses: actions/checkout@v4
fetch-depth: 100
fetch-tags: true
with:
fetch-depth: 100
fetch-tags: true

- name: Install dependencies
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/windows_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:

steps:
- uses: actions/checkout@v4
fetch-depth: 100
fetch-tags: true
with:
fetch-depth: 100
fetch-tags: true
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.sys }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/windows_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:

steps:
- uses: actions/checkout@v4
fetch-depth: 100
fetch-tags: true
with:
fetch-depth: 100
fetch-tags: true
- uses: ilammy/msvc-dev-cmd@v1

- name: Configure CMake
Expand Down

0 comments on commit 847c9b5

Please sign in to comment.