Skip to content

Commit

Permalink
ci troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 22, 2023
1 parent 2e22fdb commit f3e86cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
with:
distribution: 'temurin'
java-version: '21'

- run: ls -al /usr/local/opt/libarchive/lib
- run: ls -al /home/linuxbrew/.linuxbrew/lib
- run: ls -al /usr/local/lib/

- name: Gradle build
uses: gradle/gradle-build-action@v2
env:
Expand Down

0 comments on commit f3e86cf

Please sign in to comment.