Skip to content

Commit

Permalink
feat: using a different branch of gramine's gsc tool
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-neil-1206 committed Dec 7, 2024
1 parent 17792d4 commit 7d959b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Clone and set up GSC
run: |
git clone -b kailun-qin/rm-loader-entrypoint https://github.com/kailun-qin/gsc.git
git clone -b adarsh/new-sgx-driver https://github.com/adarshan-intel/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 7d959b2

Please sign in to comment.