Update appimage.yml

This commit is contained in:
MihailRis
2024-02-01 02:27:58 +03:00
committed by GitHub
parent ece68e715d
commit e641ebd13b
+6 -1
View File
@@ -9,7 +9,12 @@ on:
jobs:
build-appimage:
runs-on: ubuntu-20.04
strategy:
matrix:
include:
- os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2