diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-06-02 19:33:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-02 19:33:22 +0200 |
| commit | ed1bc2eeceb4189cd7cd109e8a2e5f5beb68e353 (patch) | |
| tree | a0cfb213d9088674d9b10d5c2e7dbce44b55cf6c /.github | |
| parent | 2946127ed791ef8dd6dc430b681a14cd5bd2d71e (diff) | |
| download | monzero-gui-ed1bc2eeceb4189cd7cd109e8a2e5f5beb68e353.tar.gz monzero-gui-ed1bc2eeceb4189cd7cd109e8a2e5f5beb68e353.tar.xz monzero-gui-ed1bc2eeceb4189cd7cd109e8a2e5f5beb68e353.zip | |
build: fix typo
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbbeaed8..33be266c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: docker-linux-static- - name: install dependencies run: sudo apt -y install xvfb libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 - - name: preprare build enviroment + - name: prepare build environment run: docker build --tag monero:build-env-linux --build-arg THREADS=3 --file Dockerfile.linux . - name: build run: docker run --rm -v /home/runner/work/monero-gui/monero-gui:/monero-gui -w /monero-gui monero:build-env-linux sh -c 'make release-static -j3' @@ -130,7 +130,7 @@ jobs: key: docker-windows-static-{hash} restore-keys: | docker-windows-static- - - name: preprare build enviroment + - name: prepare build environment run: docker build --tag monero:build-env-windows --build-arg THREADS=3 --file Dockerfile.windows . - name: build run: docker run --rm -v /home/runner/work/monero-gui/monero-gui:/monero-gui -w /monero-gui monero:build-env-windows sh -c 'make depends root=/depends target=x86_64-w64-mingw32 tag=win-x64 -j3' @@ -149,7 +149,7 @@ jobs: - uses: actions/checkout@v1 with: submodules: recursive - - name: preprare build enviroment + - name: prepare build environment run: docker build --tag monero:build-env-android --build-arg THREADS=3 --file Dockerfile.android . - name: build run: docker run --rm -v /home/runner/work/monero-gui/monero-gui:/monero-gui -e THREADS=3 monero:build-env-android |
