Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 30, 2024
1 parent dda5cb2 commit 0b69bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Compile and install plugins
run: |
set -e
export R2PM_GITDIR=`pwd`
export R2PM_GITDIR=`pwd`/..
export R2PM_GITSKIP=1
for p in $BUILDS ; do
echo $p
Expand All @@ -50,7 +50,7 @@ jobs:
working-directory: radare2/test
run: |
set -e
export R2PM_GITDIR=`pwd`
export R2PM_GITDIR=`pwd`/..
export R2PM_GITSKIP=1
for p in $TESTS ; do
echo $p
Expand Down

0 comments on commit 0b69bb1

Please sign in to comment.