Skip to content

Commit 27fe606

Browse files
committed
Fix CI workflow
1 parent 23e7eb0 commit 27fe606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: antoniovazquezblanco/setup-ghidra@v2.0.16
1616
with:
1717
auth_token: ${{ secrets.GITHUB_TOKEN }}
18-
version: 12.0
18+
version: '12.0'
1919
- name: Execute Gradle build
2020
run: ./gradlew -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
2121
- name: Release

0 commit comments

Comments
 (0)