Skip to content

Commit

Permalink
revert to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero committed Jul 12, 2024
1 parent 62d9b24 commit effeda2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
if: matrix.os == 'windows-2019'
- uses: actions/checkout@v4
- uses: actions/checkout@v1
with:
submodules: true
fetch-depth: 0
submodules: recursive
# fetch-depth: 0
- name: add Debian Packages
if: matrix.os == 'ubuntu-latest'
uses: myci-actions/add-deb-repo@10
Expand Down

0 comments on commit effeda2

Please sign in to comment.