diff options
author | Saturneric <[email protected]> | 2022-03-19 06:12:20 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-03-19 06:12:20 +0000 |
commit | 3562cd4959c933c4aa4f1056b0ebeb44e219361b (patch) | |
tree | 7b4222c72f1e8cb28a82e2a2e8a24aa2aaed032b | |
parent | <feat>(doc): Add some common operating system compilation methods (diff) | |
download | GpgFrontend-3562cd4959c933c4aa4f1056b0ebeb44e219361b.tar.gz GpgFrontend-3562cd4959c933c4aa4f1056b0ebeb44e219361b.zip |
<fix>(ci): Completely remove gcc related configuration in macOS compilation
-rw-r--r-- | .github/workflows/debug.yml | 1 | ||||
-rw-r--r-- | .github/workflows/release.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index a8add940..e96cfb6f 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -65,7 +65,6 @@ jobs: brew install boost ninja brew unlink gettext && brew link --force gettext brew link qt@5 - brew link gcc brew link [email protected] --force if: matrix.os == 'macos-10.15' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0878140..70a883d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,6 @@ jobs: brew install boost ninja brew unlink gettext && brew link --force gettext brew link qt@5 - brew link gcc brew link [email protected] --force if: matrix.os == 'macos-10.15' |