There was an error while loading. Please reload this page.
1 parent 556bef5 commit 2af45f3Copy full SHA for 2af45f3
1 file changed
.github/workflows/ant.yml
@@ -21,5 +21,7 @@ jobs:
21
with:
22
java-version: '11'
23
distribution: 'temurin'
24
+ - name: Create directory bin
25
+ run: mkdir FirmwareUpdateUI/bin
26
- name: Build with Ant
27
run: ant -noinput -buildfile FirmwareUpdateUI/workspace.xml
0 commit comments