mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Updated efsw.
Updated github actions build files. eterm: Windows fixes. Some refactor.
This commit is contained in:
3
.github/workflows/eepp-linux-build-check.yml
vendored
3
.github/workflows/eepp-linux-build-check.yml
vendored
@@ -7,10 +7,9 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
ref: develop
|
||||
- name: Checkout submodules
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
|
||||
Reference in New Issue
Block a user