Skip to content

Commit

Permalink
Linux CI: Fix backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 19, 2024
1 parent b472fa6 commit 62bbc45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
libjxl-dev \
libflac-dev \
libgme-dev \
libmpg123-dev
libmpg123-dev \
libopenmpt-dev \
libopusfile-dev \
libsamplerate0-dev \
libvorbis-dev \
libwavpack-dev \
libwavpack-dev
- name: Install Python dependencies and setup venv
run: |
Expand Down

0 comments on commit 62bbc45

Please sign in to comment.