From 1d00d31730010633decc30e1ddf9dc823d46895c Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 30 Mar 2023 22:39:34 +0800 Subject: [PATCH] Fix HLS bindist CI --- .github/workflows/install-bindist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/install-bindist.sh b/.github/workflows/install-bindist.sh index fd286ad..1d1fd6f 100755 --- a/.github/workflows/install-bindist.sh +++ b/.github/workflows/install-bindist.sh @@ -60,6 +60,7 @@ case $TOOL in cd "$tmp_dir" cabal unpack "${test_package}" cd "${test_package}" + cp "/tmp/install-bindist-ci/${METADATA_FILE}" . } # For all HLS GHC versions and the wrapper, run 'typecheck'