File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 26
26
ref : ${{ inputs.compiler-ref }}
27
27
- name : Prepare build environment
28
28
uses : ./.github/actions/prepare-build-env
29
+ - name : Check out specific ref of reactor-rs
30
+ uses : actions/checkout@v3
31
+ with :
32
+ repository : lf-lang/reactor-rs
33
+ path : org.lflang/src/lib/rs/reactor-rs
34
+ ref : ${{ inputs.runtime-ref }}
35
+ if : ${{ inputs.runtime-ref }}
29
36
- name : Setup Rust
30
37
id : rustup
31
38
uses : ATiltedTree/setup-rust@v1
42
49
with :
43
50
rust-version : ${{ matrix.rust }}
44
51
components : clippy
45
- - name : Set rust runtime version
46
- run : |
47
- echo ${{ inputs.runtime-ref }} > org.lflang/src/org/lflang/generator/rust/rust-runtime-version.txt
48
- if : ${{ inputs.runtime-ref }}
49
52
- name : Run Rust tests
50
53
run : |
51
54
./gradlew test --tests org.lflang.tests.runtime.RustTest.*
You can’t perform that action at this time.
0 commit comments