Skip to content

Commit

Permalink
Fucking QUOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Mar 21, 2024
1 parent e03e0c3 commit f56c513
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 @@ -66,7 +66,7 @@ jobs:
cmake -S . -B build ${{ matrix.config.args }} -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -Wno-dev
cmake --build build --config Release
rm "${{ github.workspace }}/libs/libopus/${{ matrix.config.file }}"
mv "build/${{ matrix.config.find-file }}" "${{ github.workspace }}/libs/libopus/${{ matrix.config.file }}"
mv build/${{ matrix.config.find-file }} "${{ github.workspace }}/libs/libopus/${{ matrix.config.file }}"
- name: "Update ${{ matrix.config.file }}"
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit f56c513

Please sign in to comment.