Skip to content

Commit

Permalink
Fix provision.yml github action
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore86 committed May 2, 2023
1 parent f188928 commit 3844f12
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
- name: "Checkout source code"
uses: "actions/checkout@v3.3.0"

- name: "Install prerequisites"
run: |
brew install --cask virtualbox@6.1.12
brew install --cask vagrant@2.3.4
- name: "Cache Vagrant boxes"
uses: "actions/cache@v3.2.3"
with:
Expand Down

0 comments on commit 3844f12

Please sign in to comment.