From 74a56ff496534f6fb979bddc2d41d5e24e9cdf09 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Tue, 3 Sep 2024 17:40:02 +0200 Subject: [PATCH 1/2] update installation instructions --- README.md | 8 +++++--- docs/src/index.md | 6 +++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 822518a..0b5ff4e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Requires [JuliaSimCompiler.jl](https://help.juliahub.com/juliasimcompiler/stable ## Installation To install this library, first follow the [installation instructions for JuliaSimCompiler](https://juliacomputing.github.io/JuliaSimCompiler.jl/stable/#Installing-and-Using-JuliaSimCompiler). In particular, you need to [add the JuliaHub Registry](https://help.juliahub.com/juliasim/dev/gettingstarted/juliahubregistry/). -After the registry is added and JuliaSimCompiler is installed, you may install this package. This package is currently not registered in any register and must thus be installed by URL. - - +After the registry is added and JuliaSimCompiler is installed, you may install this package. This package is also registered in the JuliaHubRegistry, so you may add it with +``` +pkg> add ModelingToolkitSampledData +``` +after you have followed the steps above. diff --git a/docs/src/index.md b/docs/src/index.md index bd7e9d6..46e0ec0 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -17,4 +17,8 @@ To learn about the fundamentals of sampled-data modeling in ModelingToolkit, che ## Installation To install this library, first follow the [installation instructions for JuliaSimCompiler](https://juliacomputing.github.io/JuliaSimCompiler.jl/stable/#Installing-and-Using-JuliaSimCompiler). In particular, you need to [add the JuliaHub Registry](https://help.juliahub.com/juliasim/dev/gettingstarted/juliahubregistry/). -After the registry is added and JuliaSimCompiler is installed, you may install this package. This package is currently not registered in any register and must thus be installed by URL. \ No newline at end of file +After the registry is added and JuliaSimCompiler is installed, you may install this package. This package is also registered in the JuliaHubRegistry, so you may add it with +``` +pkg> add ModelingToolkitSampledData +``` +after you have followed the steps above. From febaa398d29be7658fdad832a1c79fbe3424a39b Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Tue, 3 Sep 2024 17:50:02 +0200 Subject: [PATCH 2/2] add cache --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8feb533..8840deb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,6 +27,7 @@ jobs: - name: Set debug env run: export JULIA_DEBUG="loading" - uses: actions/checkout@v3.3.0 + - uses: julia-actions/cache@v1 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }}