1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-16 00:00:05 +01:00

Fix test cases

Fix the check for macOS which was failing after commenting brew install.
This commit is contained in:
Aneesh Nireshwalia 2023-01-30 20:33:13 -07:00
parent 5ff9f58fbb
commit 11d1b95f4d

View file

@ -87,9 +87,7 @@ jobs:
user="smbuser" user="smbuser"
pass="mGoWwqvgdnwtmh07" pass="mGoWwqvgdnwtmh07"
if [ "$RUNNER_OS" == "macOS" ]; then if [ "$RUNNER_OS" != "macOS" ]; then
#NONINTERACTIVE=1 brew install samba
else
sudo apt-get update sudo apt-get update
sudo apt-get install samba -y sudo apt-get install samba -y