mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-31 13:57:27 +00:00
actions: set working dir
This commit is contained in:
parent
d9d44b3e77
commit
24f69f92f4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/server.yml
vendored
6
.github/workflows/server.yml
vendored
|
@ -1,14 +1,14 @@
|
|||
name: LSP Server
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ rust-rewrite ]
|
||||
pull_request:
|
||||
branches: [ rust-rewrite ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: server
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue