mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
lets see if this works
This commit is contained in:
parent
0957c36115
commit
45258d060d
@ -7,6 +7,10 @@ concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
# suggested at https://jonathansoma.com/everything/git/github-actions-403-error/
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build_windows:
|
||||
name: Build (Windows)
|
||||
|
Loading…
Reference in New Issue
Block a user