Skip to content

Commit

Permalink
fix: pin gsc to v1.7 to fix signing failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahtaf committed Nov 12, 2024
1 parent 4cc68b7 commit 47d03d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build and Release

on:
push:
branches: [main]
# branches: [main]
branches: ['*']
pull_request:
branches: [main]

Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:

- name: Clone and set up GSC
run: |
git clone https://github.com/gramineproject/gsc.git
git clone --branch v1.7 https://github.com/gramineproject/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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ demo/*
!demo/input/

.idea/

.DS_Store

0 comments on commit 47d03d2

Please sign in to comment.