Skip to content

fix : wslay imported as wslay #44

fix : wslay imported as wslay

fix : wslay imported as wslay #44

Workflow file for this run

name: Build Linux
on:
workflow_call:
workflow_dispatch:
push:
branches:
- nata/cicd-linux
jobs:
build_linux:
timeout-minutes: 30
strategy:
matrix:
build-type: [MinSizeRel]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
path: nakama-cpp
- uses: ./nakama-cpp/.github/actions/setup-ubuntu
- uses: ./nakama-cpp/.github/actions/setup-vcpkg
with:
github_token: ${{ secrets.github_token }}
vcpkg-path: nakama-cpp/submodules/vcpkg
- uses: ./nakama-cpp/.github/actions/build-library-and-upload
with:
nakama-cpp-path: nakama-cpp
preset: linux-amd64
build-type: ${{ matrix.build-type }}
- if: failure()
uses: ./nakama-cpp/.github/actions/handle-failure
with:
nakama-cpp-path: nakama-cpp
vcpkg-path: nakama-cpp/submodules/vcpkg