Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
make it run only on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodam committed Dec 16, 2023
1 parent 544f1d4 commit c76083d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-windows-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
runs-on: ['windows-latest']

steps:
- uses: actions/checkout@v2
Expand All @@ -19,4 +15,4 @@ jobs:
- run: pyinstaller tinet-bridge.py
- uses: actions/upload-artifact@v2
with:
path: dist/*
path: dist/*

0 comments on commit c76083d

Please sign in to comment.