Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Sep 8, 2024
1 parent 1206f1b commit 09238ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 35 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/lint.yml

This file was deleted.

24 changes: 14 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
cache-cross-binary: true
- platform_name: Linux-powerpc64
os: ubuntu-20.04
target: powerpc64-unknown-linux-gnu
cache-cross-binary: true
- platform_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
- platform_name: macOS-aarch64
os: macOS-latest
target: aarch64-apple-darwin
# - platform_name: Linux-powerpc64
# os: ubuntu-20.04
# target: powerpc64-unknown-linux-gnu
# cache-cross-binary: true
# - platform_name: Windows-x86_64
# os: windows-latest
# target: x86_64-pc-windows-msvc
# - platform_name: macOS-aarch64
# os: macOS-latest
# target: aarch64-apple-darwin

runs-on: ${{ matrix.platform.os }}
steps:
Expand All @@ -42,6 +42,10 @@ jobs:
args: "--release"
target: ${{ matrix.platform.target }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: tree
run: |
sudo apt-get -y install tree
tree .
- name: Release
id: release
uses: ./
Expand Down

0 comments on commit 09238ee

Please sign in to comment.