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

deleted deb targets on workflows

This commit is contained in:
Quentin Legot 2020-12-19 14:55:18 +01:00
parent 66be046adc
commit 75a5c09e4f

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