Skip to content

Commit

Permalink
Update repository path in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnixry committed Jan 19, 2024
1 parent 09dafbe commit 6fc87bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- uses: actions/checkout@v4
with:
repository: bminor/binutils-gdb
path: ../binutils-gdb
path: binutils-gdb

- name: Build
id: build
working-directory: ../binutils-gdb
working-directory: binutils-gdb
run: |
chmod +x ./build.sh
./build.sh ${{ matrix.processor }}-unknown-linux-gnu
Expand Down

0 comments on commit 6fc87bc

Please sign in to comment.