diff options
| author | Ayose <ayosec@gmail.com> | 2024-10-13 00:00:00 +0000 |
|---|---|---|
| committer | Ayose <ayosec@gmail.com> | 2024-10-13 00:00:00 +0000 |
| commit | c7213774e81dd6012035c5312374db8480ccabc2 (patch) | |
| tree | 6def43870a1a8b837aa8d5ff313731e7d12e78ee /.github | |
| parent | 23c1b2fbcfdc84df806163ea26c5284e598cba2b (diff) | |
| parent | a2653293a8e6ac5f5fb9f7e075656799d8df3488 (diff) | |
| download | r-alacritty-c7213774e81dd6012035c5312374db8480ccabc2.tar.gz r-alacritty-c7213774e81dd6012035c5312374db8480ccabc2.tar.bz2 r-alacritty-c7213774e81dd6012035c5312374db8480ccabc2.zip | |
Merge remote-tracking branch 'vendor/master' into graphics
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fe8dd2c..c65e7f82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Stable run: cargo test - name: Stable (no default features) @@ -30,7 +30,7 @@ jobs: check-macos-x86_64: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install target run: rustup update && rustup target add x86_64-apple-darwin - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e161816c..81d46970 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: brew install scdoc - name: Install ARM target @@ -37,7 +37,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Test run: cargo test --release - name: Build @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | sudo apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev \ |