Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
filoper committed Dec 21, 2020
1 parent 8863e51 commit 14f85d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
BUILD_TYPE: Release
INSTALL_LOCATION: ${{github.workspace}}/.local
INSTALL_LOCATION: ${{github.workspace}}/installed
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
BUILD_TYPE: Release
INSTALL_LOCATION: ${{github.workspace}}/.local
INSTALL_LOCATION: ${{github.workspace}}/installed
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
BUILD_TYPE: Release
INSTALL_LOCATION: ${{github.workspace}}/.local
INSTALL_LOCATION: ${{github.workspace}}/installed
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

jobs:
Expand Down

0 comments on commit 14f85d2

Please sign in to comment.