Skip to content

hopefully save the hand and also when the player leaves or server closes #1016

hopefully save the hand and also when the player leaves or server closes

hopefully save the hand and also when the player leaves or server closes #1016

Workflow file for this run

# This is a basic workflow that is manually triggered
name: Compilation and Format Check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
compile:
runs-on: ubuntu-latest
name: Compilation Check
steps:
- uses: actions/checkout@v3
- uses: mlugg/setup-zig@v1
with:
version: 0.14.0-dev.1550+4fba7336a
- run: sudo apt install libgl-dev libasound2-dev libx11-dev
- run: zig build
- run: zig build -Dtarget=x86_64-windows-gnu
- run: zig build format --summary none