Skip to content

Commit 8fab5fd

Browse files
committed
(maint) Fix brew cask commandline
1 parent 16450fc commit 8fab5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vscode-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: setup macos
3838
run: |
3939
export HOMEBREW_NO_AUTO_UPDATE=1;
40-
brew cask install puppetlabs/puppet/pdk;
40+
brew install --cask puppetlabs/puppet/pdk;
4141
/opt/puppetlabs/pdk/bin/pdk --version;
4242
if: runner.os == 'macOS'
4343

0 commit comments

Comments
 (0)