perf: borrowed slice adjusted for empty ssid check #369
Workflow file for this run
This file contains hidden or 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: Nix Derivation | |
| on: | |
| pull_request: | |
| branches: [ master ] | |
| push: | |
| branches: [ master, 2.x-dev ] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Install Nix | |
| uses: cachix/install-nix-action@v31 | |
| - name: Build package | |
| run: nix build -f default.nix |