4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

deleted deb targets on workflows

This commit is contained in:
Quentin Legot 2020-12-19 14:55:18 +01:00 committed by Quentin Legot
parent 48502d4e64
commit a2d71eea51

View File

@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest]
os: [ windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2