We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fdfae commit 2232532Copy full SHA for 2232532
.github/workflows/swift.yml
@@ -37,11 +37,12 @@ jobs:
37
echo "Sha sum: $(sha256sum swift-5.4.2-RELEASE-ubuntu20.04.tar.gz | awk '{ print $1 }')"
38
if [ "$(sha256sum swift-5.4.2-RELEASE-ubuntu20.04.tar.gz | awk '{ print $1 }')" != "${EXPECTED_SWIFT_SHASUM}" ]; then
39
echo "Bad hash"
40
+ echo "Contents: \n$(cat swift-5.4.2-RELEASE-ubuntu20.04.tar.gz)"
41
exit 1
42
fi
43
tar xvvf swift-5.4.2-RELEASE-ubuntu20.04.tar.gz
44
env:
- EXPECTED_SWIFT_SHASUM: 249abab56c940ebd0266752ecc100e7a3f9bda3341603f8cdeffa6943d9ab355
45
+ EXPECTED_SWIFT_SHASUM: 86b849d9f6ba2eda4e12ea5eafaa0748bffcd6272466b514c2b0fd4a829c63a4
46
- name: Install native Rust toolchain, Valgrind, and build utilitis
47
run: |
48
sudo apt-get update
0 commit comments