diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index 151a586a..7f240d92 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -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