Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bil-ash authored Aug 17, 2021
1 parent 0939518 commit 695af8c
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 @@ -13,6 +13,6 @@ jobs:
- name: prepare workspace
run: unset HOST && source env.sh && ns-package-install && ns-clone && ns-pull-install
- name: switch to new workspace
run: rm env.sh && cd /home/runner/dev-netsurf/workspace && source env.sh && cd netsurf
run: rm env.sh && cd /home/runner/dev-netsurf/workspace && source env.sh && cd netsurf && make TARGET=framebuffer
- name: build framebuffer
run: make TARGET=framebuffer
run: ls

0 comments on commit 695af8c

Please sign in to comment.