Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit fbe3c21

Browse files
committed
Update build file
1 parent e4172d6 commit fbe3c21

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [windows-latest, ubuntu-16.04]
13+
os: [windows-latest]
1414
include:
1515
- os: windows-latest
1616
artifact_name: ImpartusScraper.exe
1717
asset_name: impartus-scraper-windows.exe
18-
- os: ubuntu-16.04
19-
artifact_name: ImpartusScraper
20-
asset_name: impartus-scraper-linux
2118
steps:
2219
- uses: actions/checkout@v1
2320
- uses: actions/setup-python@v1.1.1
@@ -32,10 +29,6 @@ jobs:
3229
7z.exe e ffmpeg.zip ffmpeg.exe -r
3330
7z.exe e upx.zip upx.exe -r
3431
echo "::add-path::%cd%"
35-
- name: Install deps ubuntu
36-
if: runner.os == 'Linux'
37-
run: |
38-
sudo apt-get -qq install -y ffmpeg libgtk-3-dev upx
3932
- name: Install deps python
4033
run: |
4134
pip install poetry --user

0 commit comments

Comments
 (0)