Skip to content

Commit

Permalink
test new CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leviathan747 committed Jan 16, 2024
1 parent 2895c4f commit 5090c4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Create Conan Cache
run: docker volume create ConanCache

- name: Cache Artifacts
id: cache-primes
uses: actions/cache@v3
with:
path: /var/lib/docker/volumes/ConanCache
key: $(docker compose -f bin/docker-compose.yml run --rm bash conan profile show)

- name: Generate MASL
run: |
cd models/
Expand Down

0 comments on commit 5090c4c

Please sign in to comment.