Skip to content

Commit 4e70e06

Browse files
committed
Fix workflow
1 parent e1f6d86 commit 4e70e06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mainline-compile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
submodules: true
2727
fetch-depth: 0
2828

29-
- name: Fix permissions
30-
run: chown -R ci:ci "$GITHUB_WORKSPACE"
31-
3229
- name: Install dependencies with Conan
3330
run: |
3431
if [ "${{ matrix.compiler }}" = "clang" ]; then
@@ -39,6 +36,9 @@ jobs:
3936
export CXX=g++
4037
fi
4138
sudo -E -u ci conan profile detect
39+
40+
- name: Fix permissions
41+
run: chown -R ci:ci "$GITHUB_WORKSPACE"
4242

4343
- name: Build project (Release, with ${{ matrix.compiler }} compiler)
4444
run: |

0 commit comments

Comments
 (0)