Skip to content

Commit

Permalink
git fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomi-slibero committed Nov 20, 2023
1 parent e8aadc4 commit 1827bbf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,26 @@ on:

jobs:
freebsdbuild:
runs-on: ubuntu-22.04
# runs-on: ubuntu-22.04
runs-on: nws-self-hosted-xlarge
name: Build on FreeBSD
# env:
# MYTOKEN : ${{ secrets.MYTOKEN }}
# MYTOKEN2: "value2"
steps:
- uses: actions/checkout@v3
- name: Prepare submodules
run: |
git submodule update --init --recursive
- name: Build in FreeBSD
id: build
uses: vmactions/freebsd-vm@v1
with:
# envs: 'MYTOKEN MYTOKEN2'
usesh: true
prepare: |
git submodule update --init --recursive
# prepare: |
# pkg install -y git
# git submodule update --init --recursive
run: |
./build.bsd.sh
- name: Store executable
Expand Down

0 comments on commit 1827bbf

Please sign in to comment.