Skip to content

Print all lib files to hopefully find curl #21

Print all lib files to hopefully find curl

Print all lib files to hopefully find curl #21

Workflow file for this run

name: Unit Tests
on:
push:
paths:
- '**.kt'
- '**.kts'
- '**/gradle.properties'
- '**/gradlew'
- '**/gradlew.bat'
- '.github/workflows/**'
pull_request:
paths:
- '**.kt'
- '**.kts'
- '**/gradle.properties'
- '**/gradlew'
- '**/gradlew.bat'
- '.github/workflows/**'
jobs:
test_linux:
name: Test some stuff
runs-on: ubuntu-latest
steps:
- name: Print all lib files
run: |
ls /lib /lib64
ls /usr/lib /usr/lib64
ls /usr/local/lib /usr/local/lib64