diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index eb84f9c..af7defb 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -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'