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 b3743d1 commit a722e4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:

name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

defaults:
run:
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:
pkg install -y gmake
gmake --version
clang++ --version
id
run: |
set -x
tty || :; id; printf %s\\n "$SHELL"; printf %s\\n "$PATH"; pwd
Expand Down

0 comments on commit a722e4e

Please sign in to comment.