Skip to content

Commit 44b5155

Browse files
committed
🚧 Debugging CI
1 parent 4741b72 commit 44b5155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
SENTRY_DSN: ${{secrets.SENTRY_DSN}}
2828

2929
- name: Build with Gradle
30-
run: ./gradlew clean shadowJar && apt-get install -y tree && tree .
30+
run: ./gradlew clean shadowJar && sudo apt-get install -y tree && tree .
3131

3232
- name: Set Version
3333
run: echo "::set-output name=version::$(echo ${{ github.sha }} | cut -c -6)"

0 commit comments

Comments
 (0)