mirror of
https://github.com/yquake2/xatrix.git
synced 2024-11-10 06:42:22 +00:00
There's no need to run brew upgrade
.
This commit is contained in:
parent
68f407f16f
commit
6fba354e60
2 changed files with 1 additions and 2 deletions
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -26,7 +26,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
brew install make
|
brew install make
|
||||||
brew upgrade
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
@ -41,7 +41,7 @@ pull request to submit code:
|
||||||
|
|
||||||
Also have a look at our contributors guide:
|
Also have a look at our contributors guide:
|
||||||
|
|
||||||
* [Contributors Guide](https://github.com/yquake2/yquake2/blob/master/doc/080_contributing.md).
|
* [Contributors Guide](https://github.com/yquake2/yquake2/blob/master/doc/080_contributing.md)
|
||||||
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
Loading…
Reference in a new issue