Skip to content

Commit

Permalink
try other fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Sep 28, 2023
1 parent a1d1241 commit 1c98699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: amazonlinux:2
options: --user 1001
volumes:
- archive:/root/archive
steps:
Expand All @@ -64,6 +63,9 @@ jobs:
submodules: 'recursive'
# token: ${{ secrets.PAT_RAFAEL }}

- run: git config --system --add safe.directory $(pwd)
shell: bash

- name: build pahole
run: |
cd ./3rdparty/dwarves
Expand Down

0 comments on commit 1c98699

Please sign in to comment.