naiveproxy/.github/workflows/build.yml

19 lines
320 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:00:36 +03:00
- run: dpkg -S /lib32/libc.so.6
- run: dpkg -l libc-*