Refactor Smaug wallet db file deletion; add additional test #105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Build legacy Nix package on Ubuntu" | |
on: | |
push: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: cachix/install-nix-action@v24 | |
- name: Building package | |
run: nix build --extra-experimental-features nix-command --extra-experimental-features flakes |