Skip to content

fix signedness comparison errors #2

fix signedness comparison errors

fix signedness comparison errors #2

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
package-win64:
name: Windows
uses: DFHack/dfhack/.github/workflows/build-windows.yml@develop
with:
stonesense_repo: ${{ github.repository }}
stonesense_ref: ${{ github.ref }}
artifact-name: dfhack-windows64-build
cache-id: test
stonesense: true
secrets: inherit
package-linux:
name: Linux
uses: DFHack/dfhack/.github/workflows/build-linux.yml@develop
with:
stonesense_repo: ${{ github.repository }}
stonesense_ref: ${{ github.ref }}
artifact-name: dfhack-linux64-build
cache-id: test
stonesense: true
secrets: inherit