naiveproxy/.github/workflows/build.yml

18 lines
294 B
YAML
Raw Normal View History

2021-02-28 06:44:08 +03:00
on:
push:
branches:
- master
release:
types:
- created
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
2021-02-28 08:11:51 +03:00
target_cpu: [x86]
2021-02-28 06:44:08 +03:00
env:
EXTRA_FLAGS: 'target_cpu="${{ matrix.target_cpu }}"'
steps:
2021-02-28 10:02:23 +03:00
- run: sudo apt remove libc6-i386