-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2979f6a
commit 3a8393b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,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] | ||
|