Skip to content

Commit

Permalink
feat: Update vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Feb 9, 2025
1 parent b315f24 commit 9a4cbd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
pkgs: boost-json curl gettext-libintl glib gtest libsecret maddy openssl
triplet: x64-linux
revision: cf035d9916a0a23042b41fcae7ee0386d245af08
revision: 74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
pkgs: boost-json curl gettext-libintl glib gtest maddy openssl
triplet: arm64-osx
revision: cf035d9916a0a23042b41fcae7ee0386d245af08
revision: 74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
pkgs: boost-json curl gettext-libintl gtest maddy sqlcipher
triplet: x64-windows
revision: cf035d9916a0a23042b41fcae7ee0386d245af08
revision: 74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down
2 changes: 1 addition & 1 deletion src/system/process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ namespace Nickvision::System
exit(1);
}
}
//parent
//Parent
close(m_pipe[1]);
#endif
m_watchThread = std::thread(&Process::watch, this);
Expand Down

0 comments on commit 9a4cbd5

Please sign in to comment.