Skip to content

Commit

Permalink
fixup! test configure script with dash in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed Nov 7, 2022
1 parent bda9eba commit a1ddc31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ jobs:
run: |
sudo apt update
sudo apt install -y libtool pkg-config libexpat1-dev dash
- name: Setup the library
- name: Check if configure works with non-bash shells
run: |
./bootstrap.sh
./configure
- name: Check if configure works with non-bash shells
CONFIG_SHELL=/bin/dash ./configure
- name: Re-run configure with the default shell
run: |
dash -n ./configure
./configure
- name: Try release & tests
run: |
make test-release
Expand Down

0 comments on commit a1ddc31

Please sign in to comment.