Skip to content

Commit

Permalink
Removes outdated CI config step
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Dec 20, 2023
1 parent 7cdc9a1 commit 26da664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/miri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'amazon-ion/ion-rust'
strategy:
matrix:
# See https://github.com/amazon-ion/ion-rust/issues/353
os: [ubuntu-latest, windows-latest, macos-latest]
# build and test for experimental features with miri
features: ['experimental']
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
checks: write

steps:
- name: Remove MSys64 MingW64 Binaries
if: runner.os == 'Windows'
# remove this because there is a bad libclang.dll that confuses bindgen
run: Remove-Item -LiteralPath "C:\msys64\mingw64\bin" -Force -Recurse
- name: Install Dependencies
if: runner.os == 'Windows'
run: choco install llvm -y
Expand Down

0 comments on commit 26da664

Please sign in to comment.