Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 22, 2023
1 parent f179706 commit 68dce12
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ jobs:
echo "LIBCLANG_DIR=/usr/lib/llvm-$llvm_version/lib" >> "$GITHUB_ENV"
- name: Install Packages (Windows)
if: runner.os == 'Windows'
run:
run: |
echo TBD
- name: Install Packages (MacOS)
if: runner.os == 'MacOS'
run:
run: |
echo TBD
# Rust installation cribbed from Dockerfiles at https://github.com/rust-lang/docker-rust
- name: Install Rust (Linux)
Expand Down Expand Up @@ -79,10 +81,12 @@ jobs:
rustup_hash: 0b2f6c8f85a3d02fde2efc0ced4657869d73fccfce59defb4e8d29233116e6db
- name: Install Rust (Windows)
if: runner.os == 'Windows'
run:
run: |
echo TBD
- name: Install Rust (MacOS)
if: runner.os == 'MacOS'
run:
run: |
echo TBD
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 68dce12

Please sign in to comment.