mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Update main.yml
This commit is contained in:
parent
8697c5d63b
commit
6f9dce6412
1 changed files with 6 additions and 6 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
|
@ -3,12 +3,12 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
host: [wash, mal, hinge]
|
||||
# strategy:
|
||||
# matrix:
|
||||
# os: [ubuntu-latest, macOS-latest]
|
||||
# host: [wash, mal, hinge]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -16,4 +16,4 @@ jobs:
|
|||
|
||||
- run: |
|
||||
cd dot_config/flake
|
||||
sudo nixos-rebuild switch --flake ~/.config/flake#${{ matrix.host }}
|
||||
sudo nixos-rebuild switch --flake ~/.config/flake#wash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue