diff options
| author | Klaus Frank <agowa338@users.noreply.github.com> | 2022-06-29 04:51:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-29 04:51:43 +0200 |
| commit | 83aa817b63cf6ba8f8bfa692fbedaa8109c51b81 (patch) | |
| tree | c0667caee9229250f2b49508b3556273ea554906 /.github | |
| parent | 9750e1fa103539b3e533455500610aae76e253a5 (diff) | |
| download | monzero-core-83aa817b63cf6ba8f8bfa692fbedaa8109c51b81.tar.gz monzero-core-83aa817b63cf6ba8f8bfa692fbedaa8109c51b81.tar.xz monzero-core-83aa817b63cf6ba8f8bfa692fbedaa8109c51b81.zip | |
(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.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/depends.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/depends.yml b/.github/workflows/depends.yml index f20bf949f..32df7dc42 100644 --- a/.github/workflows/depends.yml +++ b/.github/workflows/depends.yml @@ -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 |
