Skip to content

Tooltips should now work while game is waiting for other player #46

Tooltips should now work while game is waiting for other player

Tooltips should now work while game is waiting for other player #46

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: create output
working-directory: ./Server
run: mkdir output
- name: setup permissions
working-directory: ./Server
run: chmod u+rx BUILD
- name: build project
working-directory: ./Server
run: ./BUILD