diff options
author | Josh Chen | 2020-07-17 11:03:22 +0200 |
---|---|---|
committer | Josh Chen | 2020-07-17 11:03:22 +0200 |
commit | 877b9511e2ffbef518dbc92ac6a8ec98559f69f4 (patch) | |
tree | 7ebfe3d02e4d595ea05ea664e2e6f3b402a02f3a /.github/workflows | |
parent | 66b180a3b9a6dc63869f28f3b98a487933452556 (diff) |
test
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b9f617..36b01ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/checkout@v1 - uses: ./.github/isabelle-action with: - TOOL_ARGS: "build -D ." + TOOL_ARGS: "build -D $GITHUB_WORKSPACE" |