Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
theverygaming committed Sep 30, 2024
1 parent fd2e743 commit 4a669d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
- name: Build development environment
run: nix develop .#${{ matrix.stuff.flake }} --print-build-logs --command bash -c "ls -lah"
- name: run kconfig
shell: nix develop .#${{ matrix.stuff.flake }} --command bash -e {0}
shell: nix develop .#IA-32 --command bash -e {0}
run: |
echo qwhar?? ${{ matrix.stuff.flake }}
${{ matrix.stuff.step_config }}
- name: Compile
shell: nix develop .#${{ matrix.stuff.flake }} --command bash -e {0}
Expand Down

0 comments on commit 4a669d8

Please sign in to comment.