1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 05:29:33 +00:00

another try

This commit is contained in:
mrdudz 2023-05-04 15:02:32 +02:00
parent 45258d060d
commit 7c5595efbc

View File

@ -39,6 +39,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# inspired by https://github.com/JuliaRegistries/TagBot/blob/master/example.yml
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies - name: Install Dependencies
shell: bash shell: bash
run: | run: |