Skip to content

Commit

Permalink
remove flag for force dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 9, 2023
1 parent bd41dc3 commit 9d3df80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutoPkgReleaseNupkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: choco install python3 --version 3.11.4 --no-progress --yes --force --force-dependencies

- name: test chocolately install autopkg.nupkg
run: choco install autopkg -s "$env:USERPROFILE\Library\AutoPkg\Cache\com.github.jgstew.nupkg.AutoPkg\nupkgs\" --pre --no-progress --yes --force --force-dependencies --verbose
run: choco install autopkg -s "$env:USERPROFILE\Library\AutoPkg\Cache\com.github.jgstew.nupkg.AutoPkg\nupkgs\" --pre --no-progress --yes --force --verbose

- name: test autopkg chocolately install
run: autopkg run -v Test-Recipes/AutopkgCore.test.recipe.yaml
Expand Down

0 comments on commit 9d3df80

Please sign in to comment.