Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to the official libmysofa repo #1046

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:

- name: Clone libmysofa
run: |
git clone https://github.com/ThreeDeeJay/libmysofa.git
git clone https://github.com/hoene/libmysofa.git
cd libmysofa
git checkout 8642646ee6caca9085456bfa9d731200d68c25ca
git checkout 2297dd8224ccf42882a2546f2c7ee02e7ab0d1ba

- name: Add MSBuild to PATH
uses: microsoft/[email protected]
Expand Down
Loading