Skip to content

Commit

Permalink
Fix user
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Nov 9, 2023
1 parent be2be83 commit 4d7aa5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-x86-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}"
ACTIONS_RUNTIME_TOKEN: "${{ env.ACTIONS_RUNTIME_TOKEN }}"
ACTIONS_CACHE_URL: "${{ env.ACTIONS_CACHE_URL }}"
options: --user 1001:1001
options: --user pylief
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
LIEF_SAMPLES_DIR: "/tmp/samples"
LIEF_BUILD_DIR: "/tmp/lief-build"
LIEF_VENV: "/tmp/venv"
options: --user 1001:1001
options: --user pylief
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4d7aa5c

Please sign in to comment.