diff options
| author | John MacFarlane <[email protected]> | 2023-03-12 15:48:48 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-12 15:48:48 -0700 |
| commit | 3626724817e0d97e376d11c3f005ebdb8ea191f7 (patch) | |
| tree | b8a21c8ae69a7b1e91fdfd93a2ec0a14b071bf47 | |
| parent | c454777a9359ab356fe6bf752972fec2c0adc5bf (diff) | |
Cirrus: Use bash to run linux build script.
Needed for pushd, popd.
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f4b5fd09f..c3fc40966 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -41,6 +41,6 @@ task: upload_caches: - cabal_store package_script: - - sh linux/make_artifacts.sh + - bash linux/make_artifacts.sh release_candidate_artifacts: path: ./linux/artifacts/* |
