Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 24, 2024
1 parent 0c24b20 commit c59819c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/actionstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- name: IRC notification of starting the builds
uses: LanguageMachines/ticcactions/irc-init@v1
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

build:
runs-on: ${{ matrix.os }}
Expand All @@ -32,11 +36,6 @@ jobs:
compiler: [g++-12, clang++]

steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- uses: actions/[email protected]

- uses: LanguageMachines/ticcactions/cpp-build-env@v1
Expand Down

0 comments on commit c59819c

Please sign in to comment.