diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-10-13 09:17:54 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-10-13 09:17:54 +0100 |
commit | b3e3163867f2450899107fd5c39db063dde5773c (patch) | |
tree | 357922e470e6ff7ddc8b2ba822af26c21e636283 | |
parent | 54a98c64c4a92febc42684c03298a9de9f9d25ba (diff) | |
download | haskell-wip/fix-nofib-ci.tar.gz |
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afc8e9e7c2..cd28ef0beb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1440,7 +1440,7 @@ perf-nofib: - root=$(pwd)/ghc - | mkdir tmp - tar -xf ghc-x86_64-deb9-linux-dwarf.tar.xz -C tmp + tar -xf ../ghc-x86_64-deb9-linux-dwarf.tar.xz -C tmp pushd tmp/ghc-*/ ./configure --prefix=$root make install |