[PR #1526] [MERGED] Fixed brew install with cask in github actions workflow #2027

Closed
opened 2026-03-04 02:03:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1526
Author: @ggtakec
Created: 1/20/2021
Status: Merged
Merged: 1/21/2021
Merged by: @gaul

Base: masterHead: fix_osx


📝 Commits (2)

  • 8afa4f8 Fixed brew install with cask in github actions workflow
  • 6c9c2ac Merge branch 'master' into fix_osx

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/ci.yml (+1 -1)

📄 Description

Relevant Issue (if applicable)

n/a

Details

When building Github Actions on macOS, the following error may be reported and it may fail.

Error: Calling brew cask install is disabled! Use brew install [--cask] instead.
Error: Process completed with exit code 1.

If it is reported as a warning, the build is successful.

Then fixed not to specify cask.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1526 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 1/20/2021 **Status:** ✅ Merged **Merged:** 1/21/2021 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `fix_osx` --- ### 📝 Commits (2) - [`8afa4f8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/8afa4f821de7adec42cb7bdc3e5b0f2bb13af8ae) Fixed brew install with cask in github actions workflow - [`6c9c2ac`](https://github.com/s3fs-fuse/s3fs-fuse/commit/6c9c2acf3c8bca687317ed63fb98d3977d6cc15c) Merge branch 'master' into fix_osx ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+1 -1) </details> ### 📄 Description ### Relevant Issue (if applicable) n/a ### Details When building Github Actions on macOS, the following error may be reported and it may fail. ``` Error: Calling brew cask install is disabled! Use brew install [--cask] instead. Error: Process completed with exit code 1. ``` If it is reported as a warning, the build is successful. Then fixed not to specify `cask`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2027
No description provided.