Skip to content

Commit

Permalink
Merge pull request #1 from tomlandrum/master
Browse files Browse the repository at this point in the history
Update github actions.
  • Loading branch information
justusranvier authored Apr 24, 2024
2 parents d8512e1 + eb33545 commit 74b1759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
1 change: 0 additions & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"repository": "https://github.com/Open-Transactions/vcpkg-registry",
"baseline": "eddf13fee1813c50542a5665e103ed144d451db2",
"packages": [
"liblzma",
"libsodium",
"otcommon"
]
Expand Down

0 comments on commit 74b1759

Please sign in to comment.