feat: initial GoldMapper support

This commit is contained in:
neoapps-dev
2026-08-20 22:20:44 +03:00
parent 17a258dcae
commit e9f012ee6f
8 changed files with 59 additions and 2 deletions
+6
View File
@@ -24,6 +24,12 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: build GoldMapper
shell: bash
run: pnpm goldmapper
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
+6
View File
@@ -37,6 +37,12 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: build GoldMapper
shell: bash
run: pnpm goldmapper
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'