File tree 2 files changed +3
-15
lines changed
2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 56
56
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/sandbox_launcher.gz"
57
57
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/sns.gz"
58
58
59
- - name : Install IC SDK
59
+ - name : Provision environment
60
60
run : |
61
- wget --output-document install-dfx.sh "https://raw.githubusercontent.com/dfinity/sdk/dfxvm-install-script/install.sh"
62
- DFX_VERSION=${DFX_VERSION:=0.19.0} DFXVM_INIT_YES=true bash install-dfx.sh
63
- rm install-dfx.sh
64
- echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
65
- source "$HOME/.local/share/dfx/env"
61
+ .github/workflows/provision-linux.sh
66
62
67
63
- name : Overwrite artifacts in dfx cache
68
64
run : |
85
81
gzip -d sns.gz
86
82
mv sns $(dfx cache show)
87
83
88
- - name : Skip cache install
89
- run : |
90
- export "skip_dfx_cache_install=1"
91
-
92
84
- name : Build and deploy all examples
93
85
run : |
94
86
.github/workflows/hosting-photo-storage-example.test.sh
Original file line number Diff line number Diff line change @@ -17,11 +17,7 @@ DFX_VERSION=${DFX_VERSION:=0.19.0} DFXVM_INIT_YES=true bash install-dfx.sh
17
17
rm install-dfx.sh
18
18
echo " $HOME /.local/share/dfx/bin" >> $GITHUB_PATH
19
19
source " $HOME /.local/share/dfx/env"
20
- if [[ -z " ${skip_dfx_cache_install} " ]]; then
21
- echo " Skipping dfx cache install"
22
- else
23
- dfx cache install
24
- fi
20
+ dfx cache install
25
21
26
22
# Install ic-repl
27
23
version=0.1.2
You can’t perform that action at this time.
0 commit comments