~repos /tide-jsx

#rust#proc-macro#jsx

GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone https://git.pyrossh.dev/tide-jsx.git
Discussions: https://groups.google.com/g/rust-embed-devs

Tide + JSX


Files changed (1) hide show
  1. .github/workflows/rust.yml +3 -0
.github/workflows/rust.yml CHANGED
@@ -8,6 +8,9 @@ jobs:
8
8
  runs-on: ubuntu-latest
9
9
 
10
10
  steps:
11
+ - uses: hecrj/setup-rust-action@v1
12
+ with:
13
+ rust-version: nightly
11
14
  - uses: actions/checkout@v1
12
15
  - name: Build
13
16
  run: cargo build --verbose