Skip to content

Commit

Permalink
fix(ci): pull tag
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 committed Apr 1, 2022
1 parent 57920c9 commit ee3fd48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gnu-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Git recursive checkout
uses: actions/checkout@v2
with:
depth: 0
submodules: recursive
fetch-depth: 0
submodules: true

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install libegl1-mesa-dev doxygen
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Git recursive checkout
uses: actions/checkout@v2
with:
depth: 0
submodules: recursive
fetch-depth: 0
submodules: true

- name: Install dependencies
run: brew install mesalib-glw
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Git recursive checkout
uses: actions/checkout@v2
with:
depth: 0
submodules: recursive
fetch-depth: 0
submodules: true

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit ee3fd48

Please sign in to comment.