We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a2027 commit 1e45d2cCopy full SHA for 1e45d2c
.github/workflows/test.yml
@@ -1,7 +1,7 @@
1
name: tests
2
on:
3
push:
4
- paths-ignore: '**.md'
+ paths-ignore: .travis.yml **.md
5
jobs:
6
c-cl-error:
7
runs-on: ubuntu-24.04
.travis.yml
@@ -18,6 +18,7 @@ jobs:
18
script: make -j5 test-cpp test-java
19
- name: cs
20
install:
21
+ - sudo apt update
22
- sudo apt install dotnet-sdk-8.0
23
script: make -j5 test-cs
24
- name: d
@@ -37,6 +38,7 @@ jobs:
37
38
script: make -j5 test-py test-swift SWIFTC=../swift-$SWIFT_VERSION-RELEASE-ubuntu22.04/usr/bin/swiftc
39
- name: host-diff
40
41
42
- sudo apt dotnet-sdk-8.0
43
- nvm install --lts
44
script:
0 commit comments