Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xsen84 authored Oct 2, 2024
1 parent c7cd554 commit 1f06260
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- name: list
run: ls -alh
- name: Check out repository code
uses: actions/checkout@v4
- name: list-again
run: ls -alh
- name: make
run: make darwin


0 comments on commit 1f06260

Please sign in to comment.