Skip to content

Commit

Permalink
Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed May 18, 2024
1 parent b526392 commit a13ec78
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ jobs:
id: test
uses: vmactions/freebsd-vm@v1
with:
envs: 'FOO BAR'
usesh: true
prepare: |
pkg install -y curl
freebsd-version
pkg install -y gmake
run: |
whoami
pwd
ls -lah
whoami
env
freebsd-version
clang++ --version
- name: Upload Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a13ec78

Please sign in to comment.