summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-13 11:47:29 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-13 11:47:29 +0200
commit1736bfc194396d026bee1a560ce41d12b92a6d5b (patch)
tree699c5ba43de8057f31780df1651f916e9bd6ec70 /.github/workflows
parentf29207d999b9aa4fe4637556a507eb252246ecf8 (diff)
Rename typstc -> typst ✏
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index a9ddde3c..c01b53f9 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -20,7 +20,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2
with:
- path: typstc
+ path: typst
- name: Checkout fontdock
uses: actions/checkout@v2
@@ -47,10 +47,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
- args: --manifest-path typstc/Cargo.toml --all-features
+ args: --manifest-path typst/Cargo.toml --all-features
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
- args: --manifest-path typstc/Cargo.toml --all-features
+ args: --manifest-path typst/Cargo.toml --all-features