Skip to content

Commit

Permalink
Try different fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quite committed Dec 14, 2023
1 parent e8f535b commit d3d58e9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/quite/tkey-apps-builder:1
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
options: --user 1001
steps:
- uses: actions/setup-go@v4
with:
Expand All @@ -32,11 +34,6 @@ jobs:
ref: v0.0.2
path: tkey-libs

- name: fix
# https://github.com/actions/runner-images/issues/6775
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Build tkey-libs
run: |
cd tkey-libs
Expand Down

0 comments on commit d3d58e9

Please sign in to comment.