Skip to content

Commit

Permalink
ci: next try
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 14, 2023
1 parent 45577b4 commit 9d32e92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ jobs:
uses: actions/checkout@v3

- name: Build
run: make build-axolotl
run: |
ls
echo $PWD
make build-axolotl
- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9d32e92

Please sign in to comment.