Skip to content

Commit

Permalink
test github action behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Sep 26, 2023
1 parent 3f10b6a commit c035fd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/librav1e-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
with:
toolchain: 1.51.0
- run: echo "${{ github.workspace }}"
- run: cd "${{ github.workspace }}"
- run: ls -lash
- run: mkdir Foobar
- run: cd Foobar
- run: ls -lash
- run: exit
- run: env
- run: locale
- run: xcodebuild -version
Expand Down

0 comments on commit c035fd7

Please sign in to comment.