Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayoung7 committed May 1, 2024
1 parent c0f1c50 commit 572ddb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install library
run: sudo apt-get update && sudo apt-get install xorg-dev && sudo apt-get install xcb-util\*-devel

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ gg:#page#
输入:

```
[table] \\ 每列用 '|' 分隔,每行用换行分隔
[table] // 每列用 '|' 分隔,每行用换行分隔
Base Class Member|Public Inheritance|Protected Inheritance|Private Inheritance
Public|Public|Protected|Private
Protected|Protected|Protected|Private
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Tag: `[table]`
Input file:

```
[table] \\ Each column is seperated by '|' and each row is seperated by newline
[table] // Each column is seperated by '|' and each row is seperated by newline
Base Class Member|Public Inheritance|Protected Inheritance|Private Inheritance
Public|Public|Protected|Private
Protected|Protected|Protected|Private
Expand Down

0 comments on commit 572ddb4

Please sign in to comment.