Skip to content

Commit

Permalink
Typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethnt committed Jan 8, 2024
1 parent 9084477 commit a595881
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ in GithubActions.Workflow::{
# [ GithubActions.Step::{
, name = Some
''
Build remote system for ''${{ matrix.system }}"
Build remote system for ''${{ matrix.system }}
''
, run = Some
''
Expand All @@ -110,7 +110,7 @@ in GithubActions.Workflow::{
# [ GithubActions.Step::{
, name = Some
''
Build system system for ''${{ matrix.host }}"
Build system system for ''${{ matrix.host }}
''
, run = Some
''
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git-crypt unlock /tmp/git-crypt-key
rm /tmp/git-crypt-key
- name: |2
Build remote system for ${{ matrix.system }}"
Build remote system for ${{ matrix.system }}
run: |2
nix build \
--option system ${{ matrix.system }} \
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
git-crypt unlock /tmp/git-crypt-key
rm /tmp/git-crypt-key
- name: |2
Build system system for ${{ matrix.host }}"
Build system system for ${{ matrix.host }}
run: |2
nix develop --impure --accept-flake-config -c "just" "build-system" "${{ matrix.host }}"
strategy:
Expand Down

0 comments on commit a595881

Please sign in to comment.