Skip to content

Commit

Permalink
chore: list dir
Browse files Browse the repository at this point in the history
  • Loading branch information
weskoerber committed May 19, 2024
1 parent 080daf6 commit 168aef3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: true
- name: install zig
uses: weskoerber/setup-zig@main
# - name: clone zvm
# run: git clone https://github.com/weskoerber/zvm -b chore/actions-test
# - name: install zig
# run: ./zvm/zvm --verbose install --use master
- name: print zig version
run: zig version
- name: ls
run: ls -lah
- name: test
run: zig build -Dexamples=true

0 comments on commit 168aef3

Please sign in to comment.