diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 585f0a65..cffd134a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,8 @@ jobs: steps: - uses: actions/checkout@v3 + - name: print environment + run: env - name: dependencies run: sudo apt-get update && sudo apt-get install -yq rename libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev libopus-dev alsa-utils libpulse-dev libavahi-client-dev avahi-daemon debhelper ccache expat - name: cache boost