Skip to content

Commit

Permalink
try renaiming build directory for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jul 19, 2024
1 parent 8107a46 commit da362f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
submodules: recursive
- uses: threeal/[email protected]
with:
build-dir: build
build-dir: raja-build
options:
ENABLE_WARNINGS_AS_ERRORS=Off
BLT_CXX_STD=""
Expand All @@ -61,7 +61,7 @@ jobs:
${{ matrix.shared.args }}
run-build: true
build-args: '--parallel 16'
## - uses: threeal/[email protected]
## with:
## test-dir: build/test
## args: '-C Release'
- uses: threeal/[email protected]
with:
test-dir: raja-build
args: '-C Release'

0 comments on commit da362f0

Please sign in to comment.