naiveproxy/.github/workflows/build.yml
2021-02-28 15:01:25 +08:00

19 lines
321 B
YAML

on:
push:
branches:
- master
release:
types:
- created
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
target_cpu: [x86]
env:
EXTRA_FLAGS: 'target_cpu="${{ matrix.target_cpu }}"'
steps:
- run: dpkg -S /lib32/libc.so.6
- run: dpkg -l libc6-*