github: fix link to dawn source

This was previously a relative path which obviously didn't work at the
target location.
This commit is contained in:
David Bauer 2020-05-08 16:59:55 +02:00
parent 2fb895497d
commit 2a40cc22f0

View file

@ -22,7 +22,7 @@ jobs:
- name: Update package feed
run: ./sdk/scripts/feeds update -a && ./sdk/scripts/feeds install -a
- name: Link DAWN source
run: ln -s dawn/.git sdk/feeds/packages/net/dawn/git-src
run: ln -s $GITHUB_WORKSPACE/dawn/.git sdk/feeds/packages/net/dawn/git-src
- name: Compile DAWN
run: make -C sdk package/dawn/{clean,compile} V=s
- name: Archive build output