mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-16 02:18:39 +00:00
update action
This commit is contained in:
parent
d90fede2e1
commit
4bd68cf469
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -12,7 +12,10 @@ jobs:
|
||||||
name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}'
|
name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
token: ${{ secrets.GITHUB }}
|
||||||
- name: Set up GCC
|
- name: Set up GCC
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user