Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan committed Jan 13, 2024
1 parent 1ff2a99 commit 8f1e6cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container:
image: texlive/texlive:latest
image: texlive/texlive:TL2022-historic

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -36,7 +36,6 @@ jobs:
- name: Compile
run: |
apt-get update -y
apt-get install --no-install-recommends -y dbus-user-session # 2024.01.13 fix workflow
apt-get install --no-install-recommends -y apt-transport-https ca-certificates software-properties-common
sed -i '/^\([^#].*main\)*$/s/main/& contrib non-free/' /etc/apt/sources.list
apt-get update -y
Expand Down

0 comments on commit 8f1e6cc

Please sign in to comment.