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 8e3b1a8 commit c67ad65Copy full SHA for c67ad65
.github/workflows/release.yaml
@@ -57,7 +57,6 @@ jobs:
57
sudo installer -allowUntrusted -verbose -pkg ./fdb.pkg -target /
58
# required later for calculating the sha256
59
brew install coreutils
60
- sudo ln -s /usr/local/bin/gsha256sum /usr/local/bin/sha256sum
61
else
62
curl --fail "https://www.foundationdb.org/downloads/${FDB_VER}/ubuntu/installers/foundationdb-clients_${FDB_VER}-1_amd64.deb" -o fdb.deb
63
sudo dpkg -i fdb.deb
0 commit comments