modified: .github/workflows/mikrotik_patch.yml

This commit is contained in:
zyb 2024-07-03 12:05:38 +08:00
parent 075e9b933a
commit 72b51e00ac

View File

@ -17,7 +17,7 @@ permissions:
jobs:
Patch_RouterOS_7:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
channel: [stable, testing]
@ -175,7 +175,7 @@ jobs:
- name: Create install-image-${{ env.LATEST_VERSION }}.img
run: |
sudo modprobe nbd
sudo apt install -y qemu-utils extlinux > /dev/null
sudo apt-get install -y qemu-utils extlinux > /dev/null
# Loading system
# Copyright (C) 1994-2015 H. Peter Anvin et al
# 20210811