Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup bootc Ubuntu environment
uses: ./.github/actions/bootc-ubuntu-setup
uses: bootc-dev/actions/bootc-ubuntu-setup@main
with:
libvirt: 'true'

Expand All @@ -34,7 +34,7 @@ jobs:
echo "ALL_BASE_IMAGES=$(just --evaluate ALL_BASE_IMAGES)" >> $GITHUB_ENV

- name: Setup Rust
uses: ./.github/actions/setup-rust
uses: bootc-dev/actions/setup-rust@main

- name: Build
run: just validate && just build
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/bootc-ubuntu-setup
- uses: bootc-dev/actions/bootc-ubuntu-setup@main
with:
libvirt: 'true'

Expand All @@ -101,7 +101,7 @@ jobs:
echo "ALL_BASE_IMAGES=$(just --evaluate ALL_BASE_IMAGES)" >> $GITHUB_ENV

- name: Setup Rust
uses: ./.github/actions/setup-rust
uses: bootc-dev/actions/setup-rust@main

- name: Pull test images
run: just pull-test-images
Expand Down