Skip to content

Commit

Permalink
Debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Mar 21, 2024
1 parent 679530d commit 8ce0d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: ${{ matrix.config.install-deps }}
- name: Build on ${{ matrix.config.name }}
run: |
git clone https://gitlab.xiph.org/xiph/opus.git libs/opus
git clone -vv https://gitlab.xiph.org/xiph/opus libs/opus
cd libs/opus
echo "OPUS_VERSION=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV
git checkout "$OPUS_VERSION"
Expand Down

0 comments on commit 8ce0d48

Please sign in to comment.