Skip to content

Commit

Permalink
--no-pager is necessary in act env
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuto-m committed Feb 10, 2025
1 parent 28599c0 commit 94a75fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sunbeam-multi-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
cat /etc/os-release
ip -br a
ip r
resolvectl
resolvectl --no-pager
env
- name: Install prerequisites
run: |
sudo apt-get update
sudo apt-get install -y uvtool j2cli
- name: Download a noble VM image
- name: Download a VM image
run: |
# use `sudo` instead of `sg libvirt` for simplicity in testing
sudo uvt-simplestreams-libvirt sync release=noble arch=amd64
Expand Down

0 comments on commit 94a75fa

Please sign in to comment.