Skip to content

Commit

Permalink
trivial change to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle committed Aug 20, 2024
1 parent e76423d commit 81a1dbf
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Linux and macOS
# Template Reference: https://www.infinyon.com/blog/2021/04/github-actions-best-practices/
on:
push:
branches: [ master ]
branches: [ master, llm_candidate ]
pull_request:
branches: [ master ]
branches: [ master, llm_candidate ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -22,17 +22,15 @@ jobs:
os: [ubuntu-latest, macos-13, macos-14]
rust: [stable]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Rust ${{ matrix.rust }}
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@c94e27bef21ab3fb4a5152c8a878c53262b4abb0
with:
version: "v0.4.0-pre.6"
uses: mozilla-actions/[email protected]
- name: Get Date
id: get-date
run: |
Expand Down Expand Up @@ -74,7 +72,6 @@ jobs:
- name: Run sccache stat for check
shell: bash
run: ${SCCACHE_PATH} --show-stats



release:
Expand All @@ -89,9 +86,7 @@ jobs:
profile: minimal
override: true
- name: Run sccache-cache
uses: Xuanwo/sccache-action@c94e27bef21ab3fb4a5152c8a878c53262b4abb0
with:
version: "v0.4.0-pre.6"
uses: mozilla-actions/[email protected]
- name: Get Date
id: get-date
run: |
Expand Down

0 comments on commit 81a1dbf

Please sign in to comment.