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 23109e3 commit 1c5e01d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,17 +141,17 @@ jobs:
usesh: true
run: |
cd repo
bash .github/scripts/install-deps.bsd.sh
bash .github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.bsd }}
sh .github/scripts/install-deps.bsd.sh
sh .github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.bsd }}
- name: build netbsd
uses: vmactions/netbsd-vm@v1
if: matrix.bsd == 'netbsd'
with:
usesh: true
run: |
cd repo
bash .github/scripts/install-deps.bsd.sh
bash .github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.bsd }}
sh .github/scripts/install-deps.bsd.sh
sh .github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.bsd }}
- name: find file step
if: ${{ matrix.ci_build || matrix.release_build }}
run: ls -l $GITHUB_WORKSPACE/repo/texlive-bin-${{ matrix.arch }}-${{ matrix.bsd }}.tar.gz
Expand Down

0 comments on commit 1c5e01d

Please sign in to comment.