Skip to content

Commit

Permalink
teste gha
Browse files Browse the repository at this point in the history
  • Loading branch information
beats-dh committed Sep 12, 2023
1 parent 375b716 commit a5894b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, self-hosted ]
os: [ ubuntu-20.04, ubuntu-22.04 ]
buildtype: [ linux-release, linux-debug ]
include:
- os: ubuntu-20.04
Expand All @@ -42,12 +42,11 @@ jobs:
concurrent_skipping: 'same_content'
cancel_others: true

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
default: true
- name: Setup Rust
run: |
rustup self update
rustup update stable
rustup default stable
- name: Checkout repository
uses: actions/checkout@main
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
concurrent_skipping: 'same_content'
cancel_others: true

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
default: true
- name: Setup Rust
run: |
rustup self update
rustup update stable
rustup default stable
shell: cmd

- name: Checkout repository
uses: actions/checkout@main
Expand Down

0 comments on commit a5894b9

Please sign in to comment.