We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4741b72 commit 44b5155Copy full SHA for 44b5155
1 file changed
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
SENTRY_DSN: ${{secrets.SENTRY_DSN}}
28
29
- name: Build with Gradle
30
- run: ./gradlew clean shadowJar && apt-get install -y tree && tree .
+ run: ./gradlew clean shadowJar && sudo apt-get install -y tree && tree .
31
32
- name: Set Version
33
run: echo "::set-output name=version::$(echo ${{ github.sha }} | cut -c -6)"
0 commit comments