Skip to content

Commit 1ecc480

Browse files
committed
Update
1 parent c6d3d37 commit 1ecc480

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-latest]
11+
os: [windows-latest]
1212

1313
steps:
1414
- uses: actions/checkout@v2

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_skbuild
22
/build
3-
dist
3+
dist
4+
/examples/official/9.x/zxing_zbar/__pycache__/*.pyc

0 commit comments

Comments
 (0)