Skip to content

Commit

Permalink
Merge pull request #1670 from tgstation/WingetCreateFix2
Browse files Browse the repository at this point in the history
Pin wingetcreate due to constant issues
  • Loading branch information
Cyberboss authored Oct 12, 2023
2 parents 08e4f1f + cb63670 commit 3843bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@ jobs:
GITHUB_TOKEN: ${{ env.WINGET_PUSH_TOKEN }}

- name: Install wingetcreate
run: winget install wingetcreate --disable-interactivity --accept-source-agreements
run: winget install wingetcreate --version 1.2.8.0 --disable-interactivity --accept-source-agreements # Pinned due to breaking every other version

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3843bcf

Please sign in to comment.