Skip to content

Commit

Permalink
Still working on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
imperugo committed Mar 10, 2020
1 parent 50a5e5e commit b7dc09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Install Dependencies (macOS)
run: brew install redis && launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
run: brew install redis && brew services start redis
if: matrix.os == 'macos-latest'

- uses: actions/checkout@v2
Expand All @@ -38,4 +38,4 @@ jobs:
run: ./build.sh

- if: matrix.os == 'windows-latest'
run: ./build.cmd
run: ./build.bat

0 comments on commit b7dc09b

Please sign in to comment.