Skip to content

Commit

Permalink
CI: Attempt to fix Ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Oct 1, 2024
1 parent 6d09f7b commit 6aa52ff
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: "${{ matrix.config.name }} | ${{ matrix.config.build_type }}"
Expand Down Expand Up @@ -83,12 +87,9 @@ jobs:
g++-8 --version
cmake --version
- uses: actions/checkout@v3
with:
fetch-depth: 3
submodules: recursive
- uses: WohlSoft/[email protected]

- uses: Wohlstand/branch-name@v1.0.1-wohl
- uses: TheXTech/branch-name@v0.1

- name: Check if a pull request
id: event-check
Expand Down

0 comments on commit 6aa52ff

Please sign in to comment.