Skip to content

Commit

Permalink
Update BuildAndTestOnPush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuicLuca committed Oct 26, 2023
1 parent f3d8a0d commit 147d033
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/BuildAndTestOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ jobs:

- name: Install Chocolatey pkg (Windozs only)
# You may pin to the exact commit or the version.
# uses: Tyler887/chocolatey-install@7c913058b09c2f7a474bfeb9a80dabf615823483
uses: Tyler887/chocolatey-install@1.0
# uses: crazy-max/ghaction-chocolatey@0e015857dd851f84fcb7fb53380eb5c4c8202333
uses: crazy-max/ghaction-chocolatey@v3.0.0
with:
# Arguments to pass to Chocolatey
# Docker image to use
image: ghcr.io/crazy-max/ghaction-chocolatey
if: ${{ matrix.os == 'windows-latest' }}

- name: Install CMake (Windows)
Expand Down

0 comments on commit 147d033

Please sign in to comment.