mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
075e9b933a
commit
72b51e00ac
4
.github/workflows/mikrotik_patch.yml
vendored
4
.github/workflows/mikrotik_patch.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user