diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-07-06 00:02:30 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-07-06 00:02:30 -0500 |
commit | e32b7a5598dfd9e749f578913a4dc1bf5f119c1c (patch) | |
tree | 666a78f680636a953a368fa24095a96a228ec180 /.github | |
parent | Merge pull request #8408 (diff) | |
parent | (fix): Confusingly named CI-Job (diff) | |
download | monero-e32b7a5598dfd9e749f578913a4dc1bf5f119c1c.tar.xz |
Merge pull request #8412
83aa817 (fix): Confusingly named CI-Job (Klaus Frank)
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 |