Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 9, 2023
1 parent b92ac5b commit 67b852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
shell: bash
run: |
mkdir -p ${BASEDIR}/${PREFIX}target_ws/src
cd {{ github.workspace }}/${{ matrix.distro }}
cd ${{ github.workspace }}/${{ matrix.distro }}
ls
cd ${BASEDIR}/${PREFIX}target_ws/src
cp -r ${{ github.workspace }} ${BASEDIR}/${PREFIX}target_ws/src/
Expand Down

0 comments on commit 67b852f

Please sign in to comment.