|
|
|
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
- uses: firebuild/apt-eatmydata-action@v1 |
|
|
- name: enable 32bit architecture |
|
|
- name: enable 32bit architecture |
|
|
run: sudo dpkg --add-architecture i386 |
|
|
run: sudo dpkg --add-architecture i386 |
|
|
if: matrix.arch == 'x86-32' |
|
|
if: matrix.arch == 'x86-32' |
|
|
|
|
|
|
|
|
name: Run distcheck |
|
|
name: Run distcheck |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
- uses: firebuild/apt-eatmydata-action@v1 |
|
|
- name: dependencies |
|
|
- name: dependencies |
|
|
run: sudo apt-get update && sudo apt-get install ${{ env.deps }} |
|
|
run: sudo apt-get update && sudo apt-get install ${{ env.deps }} |
|
|
- name: configure |
|
|
- name: configure |