Not necessary to specify bash, already the default

This commit is contained in:
Emmanuel Engelhart 2023-02-19 16:42:37 +01:00
parent c57b5ba1ad
commit b24157ddf9
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 0 additions and 3 deletions

View File

@ -19,13 +19,11 @@ jobs:
brew install pkg-config ninja meson
- name: Install dependences
shell: bash
run: |
ARCHIVE_NAME=deps2_osx_native_dyn_libkiwix.tar.xz
wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C $HOME
- name: Compile source code
shell: bash
run: |
export PKG_CONFIG_PATH=$HOME/BUILD_native_dyn/INSTALL/lib/pkgconfig
export CPPFLAGS="-I$HOME/BUILD_native_dyn/INSTALL/include"
@ -36,7 +34,6 @@ jobs:
- name: Test libkiwix
env:
SKIP_BIG_MEMORY_TEST: 1
shell: bash
run: |
export LD_LIBRARY_PATH=$HOME/BUILD_native_dyn/INSTALL/lib:$HOME/BUILD_native_dyn/INSTALL/lib64
cd build