Skip to content

Commit

Permalink
update vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mystringEmpty committed Feb 23, 2024
1 parent 8c3c3f5 commit 80d28a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Package Clear
uses: actions/delete-package-versions@v4
with:
package-name: aws-c-s3_${{ matrix.triplet }}
package-name: aws-c-common_${{ matrix.triplet }}
package-type: nuget
min-versions-to-keep: 1
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Package Clear
uses: actions/delete-package-versions@v4
with:
package-name: aws-c-s3_${{ matrix.triplet }}
package-name: aws-c-common_${{ matrix.triplet }}
package-type: nuget
min-versions-to-keep: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
- name: Package Clear
uses: actions/delete-package-versions@v4
with:
package-name: aws-c-s3_${{ matrix.triplet }}
package-name: aws-c-common_${{ matrix.triplet }}
package-type: nuget
min-versions-to-keep: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -355,14 +355,6 @@ jobs:
working-directory: ${{github.workspace}}/vcpkg
run: ./bootstrap-vcpkg.sh

- name: Package Clear
uses: actions/delete-package-versions@v4
with:
package-name: aws-c-s3_${{ matrix.triplet }}-static
package-type: nuget
min-versions-to-keep: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Setup NuGet Credentials'
shell: 'bash'
# Replace <OWNER> with your organization name
Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 633 files

0 comments on commit 80d28a6

Please sign in to comment.