Skip to content

Commit

Permalink
ubuntu でのお試し
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 3, 2024
1 parent 0f50d72 commit 19441f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ on:
- "NOTICE"

jobs:
e2e-test-macos:
e2e-test-ubuntu:
strategy:
fail-fast: false
matrix:
name:
- macos_arm64
name: Build momo for ${{ matrix.name }}
runs-on: macos-14
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y v4l2loopback-dkms
sudo modprobe v4l2loopback devices=1 video_nr=0 exclusive_caps=1 card_label='VCamera'
- run: python3 run.py ${{ matrix.name }}
- run: python3 run.py ubuntu-24.04_x86_64
- uses: eifinger/setup-rye@v3
with:
version: 'latest'
Expand Down

0 comments on commit 19441f6

Please sign in to comment.