Skip to content

Commit

Permalink
fixup! github actions: Cache mate-desktop build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendling committed Nov 9, 2023
1 parent a560942 commit 678a924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ jobs:
cd mate-desktop
NOCONFIGURE=1 ./autogen.sh
{ ./configure --prefix="${MATE_DESKTOP_INSTALL_PATH}" || { cat config.log; exit 1; } ; }
make -j ${{ env.JOBS }} all install
make -j ${{ env.JOBS }}
make -j ${{ env.JOBS }} install
- name: Configure
run: |
Expand Down

0 comments on commit 678a924

Please sign in to comment.