Remove useless default
Bash is the default either way and without this the default options are saner.
This commit is contained in:
parent
c2d105e4f0
commit
3ba96c0fd4
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci-main.yml
vendored
7
.github/workflows/ci-main.yml
vendored
|
@ -62,14 +62,9 @@ jobs:
|
|||
LTO: ${{ matrix.lto }}
|
||||
CLICOLOR_FORCE: 1
|
||||
SDL_VIDEODRIVER: dummy
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: "recursive"
|
||||
- { uses: actions/checkout@v3, with: { submodules: "recursive" } }
|
||||
|
||||
# wesnothd and campaignd should be buildable without SDL2 being present
|
||||
- name: Build wesnoth, wesnothd, campaignd and unit tests
|
||||
|
|
Loading…
Add table
Reference in a new issue