File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,17 @@ on: [push, pull_request]
55jobs :
66 build :
77 runs-on : ubuntu-latest
8- container : zephyrprojectrtos/ci:latest
98 env :
109 CMAKE_PREFIX_PATH : /opt/toolchains
1110 CCACHE_IGNOREOPTIONS : -specs=*
11+ REPO : ${{ github.event == 'pull_request' && github.event.head.html_url || github.repository }}
12+ BRANCH : ${{ github.event.pull_request && github.event.pull_request. github.ref_name }}
1213 steps :
1314 - name : Initialize
1415 run : |
16+ echo ${{ toJson(github) }} | jq -r .
1517 mkdir build && cd build
16- west init -m https://github.com/${{ github.repository }} --mr ${{ env.GITHUB_REF }}
18+ west init -m https://github.com/${{ github.repository }} --mr ${{ github.ref_name }}
1719 west update -o=--filter=tree:0
1820
1921 - name : ccache
You can’t perform that action at this time.
0 commit comments