Skip to content

Commit

Permalink
removing cask command and adding it as flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMukarsel committed May 1, 2024
1 parent 8cb8385 commit 48a388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Selenium Chrome Driver (OSX)
if: runner.os == 'macOs'
run: brew cask install chromedriver
run: brew install chromedriver --cask
- name: Setup Python ${{ matrix.python }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 48a388e

Please sign in to comment.