Skip to content

Update README to deal with remarkable wget lack of SSL support :( #7

Update README to deal with remarkable wget lack of SSL support :(

Update README to deal with remarkable wget lack of SSL support :( #7

Workflow file for this run

on: [push]
name: Remarkable Build
jobs:
remarkable_build:
name: Remarkable Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: armv7-unknown-linux-gnueabihf
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --target armv7-unknown-linux-gnueabihf --release
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
target/armv7-unknown-linux-gnueabihf/release/ghostwriter