Skip to content

Commit

Permalink
what the heck
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdovzhanyn committed Oct 1, 2024
1 parent cd940fc commit 0f8f2e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
- name: Build project
working-directory: ${{ github.workspace }}
run: ./build.sh
run: |
cat $GITHUB_ENV
which fetch
./build.sh
- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0f8f2e9

Please sign in to comment.