update .github/workflows/build.yml

This commit is contained in:
VectorHex 2023-12-23 19:11:23 -04:00
parent e6bb75d125
commit 5bf55ee7c5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
path: "rebuilds"
- name: Clean old builds
run: rm $GITHUB_WORKSPACE/builds/*.cs3 || true
run: rm $GITHUB_WORKSPACE/rebuilds/*.cs3 || true
- name: Setup JDK 11
uses: actions/setup-java@v1