Skip to content

Commit

Permalink
pipeline debug
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed May 18, 2024
1 parent 1203a13 commit 896990d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pycdePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# SCCACHE_GHA_ENABLED: "true"
# steps:
# - name: Set up sccache
# uses: mozilla-actions/[email protected].3
# uses: mozilla-actions/[email protected].4

# # Clone the CIRCT repo and its submodules. Do shallow clone to save clone
# # time.
Expand Down Expand Up @@ -99,12 +99,12 @@ jobs:
SCCACHE_GHA_ENABLED: "true"
steps:
- name: Set up sccache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4

- name: Build zlib
shell: pwsh
run: |
gc "${env:VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake"
C:\BuildTools\Common7\Tools\VsDevCmd.bat -arch=x64 -host_arch=x64
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg" install zlib:x64-windows-static
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone
Expand Down

0 comments on commit 896990d

Please sign in to comment.