Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/update-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Clone development branch of spack
run: git clone https://github.com/spack/spack /opt/spack
run: |
git clone https://github.com/spack/spack /opt/spack
git -C /opt/spack reset --hard e2c5745352ebc0465ebc8d548e60759f05173c83 # Jul 28, 2026
Comment on lines 15 to +18
- name: Run update script
run: |
export PATH=/opt/spack/bin:$PATH
Expand Down