mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-02-12 16:51:53 +00:00
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:
parent
991eb26ed7
commit
c497e18537
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Update package feed
|
- name: Update package feed
|
||||||
run: ./sdk/scripts/feeds update -a && ./sdk/scripts/feeds install -a
|
run: ./sdk/scripts/feeds update -a && ./sdk/scripts/feeds install -a
|
||||||
- name: Link DAWN source
|
- 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
|
- name: Compile DAWN
|
||||||
run: make -C sdk package/dawn/{clean,compile} V=s
|
run: make -C sdk package/dawn/{clean,compile} V=s
|
||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
|
|
Loading…
Reference in a new issue