Skip to content

Commit

Permalink
Fix Windows CI (#3585)
Browse files Browse the repository at this point in the history
* bump run-vcpkg action version

* make windows CI to run on demand

* fix the workflow_dispatch syntax

* add fix* branches to Windows CI
  • Loading branch information
mmahmoudian authored Apr 28, 2024
1 parent e752730 commit e63aea6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Windows-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Packaging(Windows)
on:
push:
branches:
- master*
- master
- fix*
paths-ignore:
- 'README.md'
- 'LICENSE'
Expand All @@ -12,6 +13,8 @@ on:
paths-ignore:
- 'README.md'
- 'LICENSE'
workflow_dispatch:


env:
PRODUCT: flameshot
Expand Down Expand Up @@ -81,7 +84,7 @@ jobs:
echo "VERSION=$(cat CMakeLists.txt |grep 'set.*(.*FLAMESHOT_VERSION' | sed 's/[^0-9.]*//' |sed 's/)//g')" >> $GITHUB_ENV
- name: Restore from cache and run vcpkg
uses: lukka/run-vcpkg@v4
uses: lukka/run-vcpkg@v11
with:
vcpkgArguments: ${{env.VCPKG_PACKAGES}}
vcpkgDirectory: '${{ github.workspace }}\vcpkg'
Expand Down

0 comments on commit e63aea6

Please sign in to comment.