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 bac01f5 commit 6f7650bCopy full SHA for 6f7650b
.github/workflows/linux-x64-runtime-build.yml
@@ -12,7 +12,7 @@ jobs:
12
run: |
13
git clone https://github.com/dotnet/runtime --single-branch --depth 1
14
cd runtime
15
- sudo eng/install-native-dependencies.sh
+ sudo eng/common/native/install-dependencies.sh
16
./build.sh -c Release
17
18
- name: Upload artifacts
0 commit comments