mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
(fix): Confusingly named CI-Job
Rename the "build-macos" job within "depends", as it is not building on macOS as the similarly named job within build.yml does. Also, both names overlap which is confusing when looking for step-by-step build instruction examples or when looking at the logfile.
This commit is contained in:
parent
9750e1fa10
commit
83aa817b63
2
.github/workflows/depends.yml
vendored
2
.github/workflows/depends.yml
vendored
@ -17,7 +17,7 @@ env:
|
||||
ccache --set-config=compression=true
|
||||
|
||||
jobs:
|
||||
build-macos:
|
||||
build-cross:
|
||||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
CCACHE_TEMPDIR: /tmp/.ccache-temp
|
||||
|
Loading…
Reference in New Issue
Block a user