Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
commandblockguy committed Jul 26, 2023
1 parent 2350310 commit 0e70637
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
fileName: "CEdev-Linux.tar.gz"
out-file-path: "CEdev"
extract: true

- name: Update path
run: export PATH=$GITHUB_WORKSPACE/CEdev/bin:$PATH

- name: Make gfx
run: PATH=$GITHUB_WORKSPACE/CEdev/bin:$PATH make gfx
run: echo $PATH && make gfx

- name: Run make
run: PATH=$GITHUB_WORKSPACE/CEdev/bin:$PATH make
run: make

0 comments on commit 0e70637

Please sign in to comment.