Skip to content

Commit

Permalink
Make sure to source environ.sh.master
Browse files Browse the repository at this point in the history
  • Loading branch information
andressbarajas committed Dec 2, 2024
1 parent c600d6b commit 6d991e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-kos-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker run --rm \
-v ${{ github.workspace }}:/opt/toolchains/dc/kos \
ghcr.io/${{ steps.lower-owner.outputs.repository_owner }}/dc-toolchain:${{ matrix.toolchain }} \
cd /opt/toolchains/dc/kos && make clean && make all V=1 | tee /opt/toolchains/dc/kos/build.log
cd /opt/toolchains/dc/kos && source environ.sh.master && make clean && make all V=1 | tee /opt/toolchains/dc/kos/build.log
- name: Upload Build Logs
if: always()
Expand Down

0 comments on commit 6d991e3

Please sign in to comment.