Skip to content

Commit

Permalink
How the hell could it work???
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Jun 11, 2023
1 parent cc2c27e commit aade3b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_release_created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
config:
# See https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
- { os: ubuntu-latest, name: rrss2imap_linux, path: target/debug/rrss2imap}
- { os: macOS-latest, name: rrss2imap_macOS, path: target/debug/rrss2imap}
- { os: windows-latest, name: rrss2imap.exe, path: target/debug/rrss2imap.exe}
- { os: ubuntu-latest, name: rrss2imap_linux, path: target/release/rrss2imap}
- { os: macOS-latest, name: rrss2imap_macOS, path: target/release/rrss2imap}
- { os: windows-latest, name: rrss2imap.exe, path: target/release/rrss2imap.exe}
# And this one is the dreaded Raspbian one ...
- { os: ubuntu-latest, name: rrss2imap_raspbian, path: target/armv7-unknown-linux-gnueabihf/debug/rrss2imap, target: armv7-unknown-linux-gnueabihf, linker: gcc-arm-linux-gnueabihf}
- { os: ubuntu-latest, name: rrss2imap_raspbian, path: target/armv7-unknown-linux-gnueabihf/release/rrss2imap, target: armv7-unknown-linux-gnueabihf, linker: gcc-arm-linux-gnueabihf}
steps:
- name: Install linker
run: sudo apt-get update && sudo apt-get install ${{matrix.config.linker}}
Expand Down

0 comments on commit aade3b9

Please sign in to comment.