We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16450fc commit 8fab5fdCopy full SHA for 8fab5fd
.github/workflows/vscode-ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: setup macos
38
run: |
39
export HOMEBREW_NO_AUTO_UPDATE=1;
40
- brew cask install puppetlabs/puppet/pdk;
+ brew install --cask puppetlabs/puppet/pdk;
41
/opt/puppetlabs/pdk/bin/pdk --version;
42
if: runner.os == 'macOS'
43
0 commit comments