CI: bugfix in generated Artifacts.toml

issue#70
Sébastien Villemot 2021-04-02 18:15:53 +02:00
parent 77cc649365
commit 748e3054cd
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ for platform in !(Artifacts.toml); do
sha256=$(sha256sum "$tarball")
sha256=${sha256%% *} # Strip filename from output
git_tree_sha1=$(julia --project="$project_dir" -q -e "import Pkg; Pkg.add([\"Tar\", \"Inflate\"]); using Tar, Inflate; println(Tar.tree_hash(IOBuffer(inflate_gzip(\"$tarball\"))))")
echo [dynare-preprocessor]
echo [[dynare-preprocessor]]
echo os = \"$os\"
echo arch = \"$arch\"
if [[ $os == linux ]]; then