Skip to content

Commit

Permalink
spaces deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriiSolnyshkin committed Oct 17, 2024
1 parent 1525353 commit f3c58d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version: 4.8.7

- name: Setup Z3_EXE
run: export Z3_EXE = ${{ steps.z3.outputs.z3-root }}
run: export Z3_EXE=${{ steps.z3.outputs.z3-root }}

- name: Set up JDK 11
uses: actions/setup-java@v3
Expand Down

0 comments on commit f3c58d3

Please sign in to comment.