Skip to content

Commit

Permalink
fixup! github actions: Add Debian Testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendling committed Nov 8, 2023
1 parent 0d95c52 commit 4a1f3cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ jobs:
run: env | sort
if: ${{ env.DEBUG == '1' }}

- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install --assume-yes --no-install-recommends \
${BUILD_DEPS} ${LIBRARY_DEPS}
- uses: actions/checkout@v3
with:
path: mate-panel
Expand All @@ -173,12 +179,6 @@ jobs:
path: mate-desktop
submodules: true

- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install --assume-yes --no-install-recommends \
${BUILD_DEPS} ${LIBRARY_DEPS}
- name: ccache
uses: hendrikmuhs/[email protected]

Expand Down

0 comments on commit 4a1f3cd

Please sign in to comment.