Skip to content

Commit 1e45d2c

Browse files
committed
[test] Avoid the buggy dotnet-runtime-8.0 package.
1 parent a2a2027 commit 1e45d2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: tests
22
on:
33
push:
4-
paths-ignore: '**.md'
4+
paths-ignore: .travis.yml **.md
55
jobs:
66
c-cl-error:
77
runs-on: ubuntu-24.04

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
script: make -j5 test-cpp test-java
1919
- name: cs
2020
install:
21+
- sudo apt update
2122
- sudo apt install dotnet-sdk-8.0
2223
script: make -j5 test-cs
2324
- name: d
@@ -37,6 +38,7 @@ jobs:
3738
script: make -j5 test-py test-swift SWIFTC=../swift-$SWIFT_VERSION-RELEASE-ubuntu22.04/usr/bin/swiftc
3839
- name: host-diff
3940
install:
41+
- sudo apt update
4042
- sudo apt dotnet-sdk-8.0
4143
- nvm install --lts
4244
script:

0 commit comments

Comments
 (0)