Skip to content

Commit

Permalink
run with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Oct 3, 2024
1 parent cc802c7 commit a3ed0a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,15 @@ jobs:
disk-cache: ${{ github.workflow }}
# Share repository cache between workflows.
repository-cache: true
- run: where bash
shell: cmd
- run: bazel run --config=release //release:release.windows -- C:\Temp\release
# Verify that we built a functional executable
- name: smoke test
run: |
cp $(bazel cquery --config=release --output=files //release:aspect-windows-x86_64.exe) aspect.exe
./aspect.exe --help
- uses: actions/upload-artifact@v4
id: upload
with:
Expand Down

0 comments on commit a3ed0a5

Please sign in to comment.