Skip to content

Commit

Permalink
use ${{ github.workspace }} instead of GITHUB_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jul 23, 2024
1 parent 31164cd commit e513c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ORTOOLS_DIR: ${{ github.workspace }}/or-tools
# Caching strategy of VCPKG dependencies
VCPKG_BINARY_SOURCES: "clear;files,${{ github.workspace }}/vcpkg_cache,readwrite"
BUILD_WRAPPER_OUT_DIR: $GITHUB_WORKSPACE/_build/output # Directory where build-wrapper output will be placed
BUILD_WRAPPER_OUT_DIR: ${{ github.workspace }}/_build/output # Directory where build-wrapper output will be placed

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e513c7a

Please sign in to comment.