Skip to content

Commit

Permalink
update build and test yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed May 8, 2023
1 parent 8e08001 commit a887683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
platform: [windows-latest, macos-latest, ubuntu-latest]

runs-on: ${{matrix.platform}}
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Enable long paths
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

permissions:
actions: write
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
Expand Down

0 comments on commit a887683

Please sign in to comment.