Skip to content

Commit

Permalink
Fix PWD.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed May 27, 2024
1 parent 5e0fbfe commit 2b19cde
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 @@ -222,7 +222,7 @@ jobs:
container: [ ubuntu-20.04, macos-13, windows-latest ]
architecture: [ x64, x86 ]

name: "Build ${{ matrix.container }} - ${{ github.event.inputs.toit-version }}"
name: "Build ${{ matrix.container }} - ${{ matrix.architecture }} - ${{ github.event.inputs.toit-version }}"
runs-on: ${{ matrix.container }}

steps:
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
TARGET=host;
fi
echo "HOST_TARGET=$TARGET" >> $GITHUB_ENV
make -C toit BUILD=$(PWD)/build sdk
make -C toit BUILD=$PWD/build sdk
- name: Prepare envelopes for upload
shell: bash
Expand Down

0 comments on commit 2b19cde

Please sign in to comment.