Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Nov 16, 2024
1 parent 19442f1 commit fdff2eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
os: [macOS-latest, windows-latest, ubuntu-latest]

steps:
- name: Print env
run: uname -a

# https://github.com/actions/checkout
- name: Setup repo
uses: actions/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
os: [macOS-latest, ubuntu-latest]

steps:
- name: Print env
run: uname -a

# https://github.com/actions/checkout
- name: Setup repo
uses: actions/[email protected]
Expand Down

0 comments on commit fdff2eb

Please sign in to comment.