Skip to content

Commit

Permalink
GitHub Actions: Use bash shell to abort on first error
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Dec 24, 2022
1 parent 7ac75b8 commit ad0dd66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Winbindex Periodic Update

defaults:
run:
shell: bash

on:
workflow_dispatch:
schedule:
Expand All @@ -22,7 +26,7 @@ jobs:
if: runner.os == 'Windows'
run: |
choco install -y aria2 tor
7z x data\tools.zip -odata\tools
7z x data/tools.zip -odata/tools
- name: Install Linux dependencies
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit ad0dd66

Please sign in to comment.