Skip to content

Commit

Permalink
unbound variable
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 18, 2022
1 parent a3288b9 commit 95d7970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,12 @@ jobs:
mkdir -p ../../.dwz
mkdir -p ../usr/.dwz
mkdir -p ../../usr/.dwz
cp -R first/dwz/* ../.dwz/
cp -R first/dwz/* ../../.dwz/
cp -R first/dwz/* ../usr/.dwz/
cp -R first/dwz/* ../../usr/.dwz/
cp -R second/dwz/* ../.dwz/
cp -R second/dwz/* ../../.dwz/
cp -R second/dwz/* ../usr/.dwz/
Expand Down

0 comments on commit 95d7970

Please sign in to comment.