Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 5, 2024
1 parent 28864d2 commit 1b62f27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Build
shell: bash
run: cargo run -p package -- ${{ matrix.target }} ~/.bazel/cache
- name: wat
if: always()
shell: bash
run: |
cd spirv-tools-sys/spirv-tools
cat $(bazel --output_user_root=~/.bazel/cache info output_base)/external/local_config_cc/BUILD
- name: Upload
id: upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1b62f27

Please sign in to comment.