File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : ' Setup the Go environment'
2
2
description : ' Installs go and restores/saves the build/module cache'
3
+ inputs :
4
+ git-repo-dirs :
5
+ description : " Go code git repository directories (for mtime-restoration)"
6
+ required : false
7
+ default : ' ["."]'
3
8
runs :
4
9
using : " composite"
5
10
steps :
17
22
# Restore original modification time of files based on the date of the most
18
23
# recent commit that modified them as mtimes affect the Go test cache.
19
24
# See https://github.com/golang/go/issues/58571 for details
25
+ # Note that this requires checking out the repos with fetch-depth: 0
20
26
- name : Restore modification time of checkout files
21
27
uses : chetan/git-restore-mtime-action@075f9bc9d159805603419d50f794bd9f33252ebe
22
28
Original file line number Diff line number Diff line change 89
89
- run : rustup update
90
90
- uses : stellar/actions/rust-cache@main
91
91
- uses : ./soroban-rpc/.github/actions/setup-go
92
+ with :
93
+ working-directory : ./soroban-rpc/
92
94
- name : Build system test with component versions
93
95
run : |
94
96
cd $GITHUB_WORKSPACE/system-test
You can’t perform that action at this time.
0 commit comments