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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
# strategy:
|
||||||
matrix:
|
# matrix:
|
||||||
os: [ubuntu-latest, macOS-latest]
|
# os: [ubuntu-latest, macOS-latest]
|
||||||
host: [wash, mal, hinge]
|
# host: [wash, mal, hinge]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -16,4 +16,4 @@ jobs:
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
cd dot_config/flake
|
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