Skip to content

Commit

Permalink
bsd trial
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Jan 20, 2024
1 parent 9c00b76 commit e7710bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ jobs:
with:
usesh: true
run: |
ls
ls -R
cd /work/repo
cd repo
github/scripts/install-deps.bsd.sh
.github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.bsd }}
- name: build netbsd
Expand All @@ -151,7 +149,7 @@ jobs:
with:
usesh: true
run: |
cd /work/repo
cd repo
github/scripts/install-deps.bsd.sh
.github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.bsd }}
- name: find file step
Expand Down

0 comments on commit e7710bb

Please sign in to comment.