Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: c3867e714dd3a51c272826eea77267876517ed99
vcpkgGitCommitId: 56bb2411609227288b70117ead2c47585ba07713
runVcpkgInstall: true
- name: create $ACE_ROOT/ace/config.h
run: |
Expand Down
2 changes: 1 addition & 1 deletion ACE/docs/bczar/bczar.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ <h2>Recipe for Cutting a Minor Kit</h2>
</code>
</li>
<li>
Make a new pull request for homebrew-core to update ACE to the new release, see https://github.com/Homebrew/homebrew-core/blob/master/Formula/ace.rb
Make a new pull request for homebrew-core to update ACE to the new release, see https://github.com/Homebrew/homebrew-core/blob/main/Formula/a/ace.rb
</li>
<li>
Make a new pull request to Microsoft vcpkg to update ACE to the new release, see https://github.com/Microsoft/vcpkg/tree/master/ports/ace
Expand Down
Loading