Skip to content

Commit

Permalink
Windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Jul 14, 2024
1 parent 59f5720 commit 6c2f0f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/github-pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,4 @@ jobs:
- uses: browser-actions/setup-chrome@v1
- shell: msys2 {0}
run: |
pwd
ls
./windowsBuild.sh
2 changes: 1 addition & 1 deletion windowsBuild.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if [[ -v "GITHUB_ACTION" ]]; then
if [[ -n "$GITHUB_ACTION" ]]; then
echo "Running without verification"
./gradlew build --dependency-verification lenient -x spotlessKotlinCheck -x spotlessKotlinGradleCheck || exit 1
else
Expand Down

0 comments on commit 6c2f0f3

Please sign in to comment.