Skip to content

Commit

Permalink
experiment: do not copy, build own
Browse files Browse the repository at this point in the history
  • Loading branch information
adamws committed Oct 27, 2024
1 parent 8e46027 commit 6a1a36b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- uses: mlugg/setup-zig@v1
with:
name: klawa
path: zig-out/bin
version: latest
- name: Install dependencies
shell: bash
run: |
sudo apt-get install ffmpeg xdotool xvfb \
sudo apt-get install libgl-dev libxi-dev \
libx11-dev xserver-xorg-dev xorg-dev \
ffmpeg xdotool xvfb \
libc6-dbg
- run: |
zig build --verbose-llvm-cpu-features -Dcpu=x86_64
- name: Run tests
shell: bash
run: |
chmod +x zig-out/bin/klawa
ldd zig-out/bin/klawa
cd tests && ./test.sh
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6a1a36b

Please sign in to comment.