Skip to content

Commit

Permalink
fixup! fixup! 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 bbb4f70 commit 44051e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ jobs:
runs-on: ubuntu-latest
container: debian:testing

env:
CC: ccache gcc
CXX: ccache g++
BASE_INSTALL_PATH: ${{github.workspace}}/_install

steps:
- name: Setup environment
run: |
Expand Down

0 comments on commit 44051e5

Please sign in to comment.