Skip to content

Add experience and exp gem drop #97

Add experience and exp gem drop

Add experience and exp gem drop #97

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: nix build
run: nix build -L
- name: cargo build
run: nix develop -c cargo build
if: success() || failure()