Skip to content

Commit

Permalink
workflow: fix attribute names
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Dec 9, 2024
1 parent d45a8b7 commit f85239a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
fail-fast: false
matrix:
package:
- installer-stable
- alvr
- nixvim
- opentofu
- plasma-aero-theme
- qpm-cli
- sandwine
- wgsl-analyzer
- yt-dlp
- packages.x86_64-linux.installer-stable
- packages.x86_64-linux.alvr
- packages.x86_64-linux.nixvim
- packages.x86_64-linux.opentofu
- packages.x86_64-linux.plasma-aero-theme
- packages.x86_64-linux.qpm-cli
- packages.x86_64-linux.sandwine
- packages.x86_64-linux.wgsl-analyzer
- packages.x86_64-linux.yt-dlp
- nixosConfigurations.marie-desktop.config.system.build.kernel
name: Build package ${{ matrix.package }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit f85239a

Please sign in to comment.