Skip to content

Commit 7db99d2

Browse files
committed
chore: use fixed tags as ref for the main and c oopetris repo
1 parent 65fa896 commit 7db99d2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
workflow_dispatch:
88

9+
env:
10+
oopetris_main_repo_ref: 01236ab59b27e7a8889e48c73ec0361cf2206805
11+
oopetris_c_repo_ref: 76814135f854a1124918dcc0fd34d36e316c4571
12+
913
jobs:
1014
build:
1115
name: ${{ matrix.config.name }}
@@ -41,7 +45,7 @@ jobs:
4145
with:
4246
fetch-depth: '0'
4347
repository: OpenBrickProtocolFoundation/oopetris
44-
ref: main
48+
ref: ${{ env.oopetris_main_repo_ref }}
4549
path: ./oopetris
4650
submodules: false
4751

@@ -50,7 +54,7 @@ jobs:
5054
with:
5155
fetch-depth: '0'
5256
repository: Totto16/oopetris_wrapper_c
53-
ref: main
57+
ref: ${{ env.oopetris_c_repo_ref }}
5458
path: ./oopetris_c_wrapper
5559
submodules: false
5660

0 commit comments

Comments
 (0)