Skip to content

Commit

Permalink
Check diff for all targets (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Mar 29, 2023
1 parent 91e0a5c commit ec95c1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
name: libs
path: crates/targets/*/lib/*

- name: Check baseline
- name: Check diff
shell: bash
run: |
git add -N .
git diff --exit-code crates/targets/baseline || (echo '::error::Generated target libs are out-of-date.'; exit 1)
git diff --exit-code crates/targets || (echo '::error::Generated target libs are out-of-date.'; exit 1)
- name: Check dumpbin
shell: pwsh
Expand Down
Binary file modified crates/targets/i686_msvc/lib/windows.lib
Binary file not shown.
Binary file modified crates/targets/x86_64_msvc/lib/windows.lib
Binary file not shown.

0 comments on commit ec95c1e

Please sign in to comment.