Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Nov 29, 2024
1 parent c49d7f2 commit d389e09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
- name: Create build environment
shell: bash
run: cmake -E make_directory ${{ github.workspace }}/build

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
env:
CXX: g++-11
CC: gcc-11
- name: Configure CMake
shell: bash
run: cmake -S . -B build
Expand All @@ -56,7 +60,7 @@ jobs:
env:
CXX: g++-11
CC: gcc-11

# Build driver
- name: Build driver
working-directory: ${{ github.workspace }}/build
Expand Down

0 comments on commit d389e09

Please sign in to comment.