diff --git a/.github/workflows/vcpkg.yml b/.github/workflows/vcpkg.yml index e2feee0..bf16701 100644 --- a/.github/workflows/vcpkg.yml +++ b/.github/workflows/vcpkg.yml @@ -38,7 +38,7 @@ jobs: fi shell: bash - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: '0' submodules: 'recursive' @@ -61,7 +61,7 @@ jobs: run: | tar -czpf '${{ github.workspace }}/${{ matrix.platform }}.tar.gz' -C '${{ github.workspace }}/vcpkg_installed' '${{ matrix.platform }}' - name: Upload packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: 'packages-${{ matrix.platform }}' path: '${{ github.workspace }}/${{ matrix.platform }}.tar.gz' diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index ba3cfc6..7b4948b 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -10,7 +10,6 @@ "repository": "https://github.com/Open-Transactions/vcpkg-registry", "baseline": "eddf13fee1813c50542a5665e103ed144d451db2", "packages": [ - "liblzma", "libsodium", "otcommon" ]