Skip to content

perf: optimize experience gain and loss calculations #2653

perf: optimize experience gain and loss calculations

perf: optimize experience gain and loss calculations #2653

---
name: Build - Windows - Solution (dummy)
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- "src/**"
jobs:
job:
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
name: ${{ matrix.os }}-${{ matrix.buildtype }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022]
buildtype: [Debug]
include:
- os: windows-2022
triplet: x64-windows
packages: >
sccache
steps:
- run: echo "This is a dummy job to satisfy branch protection checks"