Skip to content

Commit

Permalink
Attempt to use different repo with fix that's not yet merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahtaf committed Nov 13, 2024
1 parent 89e4d42 commit 54ce476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:

- name: Clone and set up GSC
run: |
git clone https://github.com/gramineproject/gsc.git
# git clone https://github.com/gramineproject/gsc.git
git clone -b kailun-qin/rm-loader-entrypoint https://github.com/kailun-qin/gsc.git
cd gsc
python3 -m pip install --no-cache-dir 'docker>=7.1.0' 'jinja2>=3.1.4' 'tomli>=2.0.1' 'tomli-w>=1.0.0' 'pyyaml>=6.0.2'
Expand Down

0 comments on commit 54ce476

Please sign in to comment.