Browse Source

github: ref name not required

pull/2/head
fgsfds 2 years ago
parent
commit
1a54ec92e0
  1. 1
      .github/workflows/c-cpp.yml

1
.github/workflows/c-cpp.yml

@ -54,7 +54,6 @@ jobs: @@ -54,7 +54,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
ref: switch_newer # REMOVEME: remove when merging into the main repo!
- name: Install dependencies
run: bash scripts/gha/deps_${{ matrix.targetos }}.sh
- name: Build engine

Loading…
Cancel
Save