diff options
author | selsta <selsta@sent.at> | 2022-04-08 18:22:48 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-04-08 18:22:48 +0200 |
commit | 649170053f6cee34a401ee46745fa83014bf82eb (patch) | |
tree | 1c401f50c1a11051546046e06aa8399c17d5c728 /.github | |
parent | Merge pull request #8242 (diff) | |
download | monero-649170053f6cee34a401ee46745fa83014bf82eb.tar.xz |
Makefile: fix spelling of CMAKE_BUILD_TYPE value
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd2e26484..69040d0af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: env: REMOVE_BUNDLED_BOOST : rm -rf /usr/local/share/boost BUILD_DEFAULT_LINUX: | - cmake -S . -B build -D ARCH="default" -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release && cmake --build build -j3 + cmake -S . -B build -D ARCH="default" -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=Release && cmake --build build -j3 APT_INSTALL_LINUX: 'sudo apt -y install build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libzmq3-dev libsodium-dev libhidapi-dev libnorm-dev libusb-1.0-0-dev libpgm-dev libprotobuf-dev protobuf-compiler ccache' APT_SET_CONF: | echo "Acquire::Retries \"3\";" | sudo tee -a /etc/apt/apt.conf.d/80-custom |