Use bash instead of sh because the qt env script needs to be run under bash.

pull/64/head
redsky17 6 years ago
parent d0300c55f0
commit 8ef4ba3d11
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .ci/script.sh

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
set -eux

Loading…
Cancel
Save