Update SnoopCompile.yml
This commit is contained in:
parent
1c59b19343
commit
a681f3e307
4
.github/workflows/SnoopCompile.yml
vendored
4
.github/workflows/SnoopCompile.yml
vendored
@ -46,13 +46,13 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
julia --project -e 'using Pkg; Pkg.instantiate()'
|
||||
julia -e 'using Pkg; Pkg.add(PackageSpec(name="CompileBot", version="1")); Pkg.develop(PackageSpec(; path=pwd())); using CompileBot; CompileBot.addtestdep()'
|
||||
cat /proc/cpuinfo
|
||||
cat /proc/meminfo
|
||||
cat /proc/swaps
|
||||
free
|
||||
df -h
|
||||
julia --project -e 'using Pkg; Pkg.instantiate()'
|
||||
julia -e 'using Pkg; Pkg.add(PackageSpec(name="CompileBot", version="1")); Pkg.develop(PackageSpec(; path=pwd())); using CompileBot; CompileBot.addtestdep()'
|
||||
|
||||
# TESTCMD
|
||||
- name: Default TESTCMD
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user