quasar: Fix bug in ObservableList
to ObservableSet
conversion
#216
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" | |
on: | |
push: | |
pull_request: | |
jobs: | |
build: | |
name: "Build" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@v9 | |
with: | |
nix-installer-tag: v0.15.1 | |
- uses: DeterminateSystems/magic-nix-cache-action@v3 | |
- run: nix --print-build-logs build . |