Remove ubuntu build (for now)

This commit is contained in:
Jai A
2023-03-30 16:18:33 -07:00
parent 446f6eba68
commit bc015263d6
3 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ jobs:
uses: actions/cache@v2
with:
path: ../target/**
key: ${{ runner.os }}-theseus-cli-${{ hashFiles('Cargo.lock') }}
key: ${{ runner.os }}-theseus
- name: Install toolchain
uses: actions-rs/toolchain@v1
with: