We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e7eb0 commit 27fe606Copy full SHA for 27fe606
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: antoniovazquezblanco/setup-ghidra@v2.0.16
16
with:
17
auth_token: ${{ secrets.GITHUB_TOKEN }}
18
- version: 12.0
+ version: '12.0'
19
- name: Execute Gradle build
20
run: ./gradlew -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
21
- name: Release
0 commit comments