Remove useless default

Bash is the default either way and without this the default options are saner.
This commit is contained in:
Gunter Labes 2023-08-02 22:17:34 +02:00 committed by GitHub
parent c2d105e4f0
commit 3ba96c0fd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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