diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6eb8d49..6c75135 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,6 +6,9 @@ "containerUser": "user", "customizations": { "vscode": { + "settings": { + "terminal.integrated.defaultProfile.linux": "bash" + }, "extensions": [ "james-yu.latex-workshop", "streetsidesoftware.code-spell-checker", diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75c72f6..bf8a674 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,13 +19,13 @@ jobs: continue-on-error: true name: Enable docker cache - - uses: xu-cheng/latex-action@v2 + - uses: xu-cheng/latex-action@v3 name: "Compile document 1/2" with: root_file: main.tex args: -synctex=1 -interaction=nonstopmode -file-line-error -pdf - - uses: xu-cheng/latex-action@v2 + - uses: xu-cheng/latex-action@v3 name: "Compile document 2/2" with: root_file: main.tex